From f3b3cadcd6c0e19055199cd9dbad2a2d17710338 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 24 Jul 2014 10:44:22 +0800 Subject: [PATCH] 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 --- meta-fsl-ppc/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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" + -- 2.40.1