summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-24 10:44:22 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-24 13:16:35 +0800
commitf3b3cadcd6c0e19055199cd9dbad2a2d17710338 (patch)
treea944f072a996d0466adf2ee900bc20364a78eb9c
parent5b7bd2ce51dea459471c68ed2dcb18d12efa02ec (diff)
downloadmeta-freescale-f3b3cadcd6c0e19055199cd9dbad2a2d17710338.tar.gz
set BB_DANGLINGAPPENDS_WARNONLY as true
a ppc specific patch for luajit (exist in mete-oe) was moved to this layer recently. set BB_DANGLINGAPPENDS_WARNONLY as true for the situation where meta-oe was not pulled in. Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r--meta-fsl-ppc/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf
index 9c0a4125b..ceab6292f 100644
--- a/meta-fsl-ppc/conf/layer.conf
+++ b/meta-fsl-ppc/conf/layer.conf
@@ -13,3 +13,5 @@ BB_ENV_EXTRAWHITE := "KSRC USRC"
13 13
14LICENSE_PATH += "${LAYERDIR}/custom-licenses" 14LICENSE_PATH += "${LAYERDIR}/custom-licenses"
15 15
16BB_DANGLINGAPPENDS_WARNONLY ?= "true"
17