]> code.ossystems Code Review - meta-freescale.git/commitdiff
set BB_DANGLINGAPPENDS_WARNONLY as true
authorTing Liu <b28495@freescale.com>
Thu, 24 Jul 2014 02:44:22 +0000 (10:44 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 24 Jul 2014 05:16:35 +0000 (13:16 +0800)
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>
meta-fsl-ppc/conf/layer.conf

index 9c0a4125b6e16f53440591be2fac0c7784253e16..ceab6292f55af298b1b9941270ae59a91613f6a7 100644 (file)
@@ -13,3 +13,5 @@ BB_ENV_EXTRAWHITE := "KSRC USRC"
 
 LICENSE_PATH += "${LAYERDIR}/custom-licenses"
 
+BB_DANGLINGAPPENDS_WARNONLY ?= "true"
+