From 82fa48fb82e94a908f8be74ebddcd85a6ca306e9 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Mon, 26 Aug 2013 05:47:54 +0300 Subject: meta-linaro: fix networking-layer dependency layers are referred to by name instead of path the happen to be in. --- meta-linaro/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-linaro/conf/layer.conf b/meta-linaro/conf/layer.conf index 63eb8ebb..c019548f 100644 --- a/meta-linaro/conf/layer.conf +++ b/meta-linaro/conf/layer.conf @@ -12,4 +12,4 @@ BBFILE_PRIORITY_linaro = "25" BB_DANGLINGAPPENDS_WARNONLY = "true" # we need meta-networking for (lib)memcached -LAYERDEPENDS_linaro-toolchain = "meta-networking" +LAYERDEPENDS_linaro = "networking-layer" -- cgit v1.2.1