From: Ting Liu Date: Thu, 24 Jul 2014 02:44:22 +0000 (+0800) Subject: set BB_DANGLINGAPPENDS_WARNONLY as true X-Git-Tag: 2.1~534^2~99 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f3b3cadcd6c0e19055199cd9dbad2a2d17710338;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf index 9c0a4125..ceab6292 100644 --- a/meta-fsl-ppc/conf/layer.conf +++ b/meta-fsl-ppc/conf/layer.conf @@ -13,3 +13,5 @@ BB_ENV_EXTRAWHITE := "KSRC USRC" LICENSE_PATH += "${LAYERDIR}/custom-licenses" +BB_DANGLINGAPPENDS_WARNONLY ?= "true" +