diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-24 10:44:22 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-24 13:16:35 +0800 |
| commit | 6367da32efce2736cd98f44fa358f0a9e578c08d (patch) | |
| tree | fd130966a6946ae931078baf2eb628a236470f07 | |
| parent | 16b91e55f2566408b04ed3cce25ad0db2ef4a507 (diff) | |
| download | meta-fsl-ppc-6367da32efce2736cd98f44fa358f0a9e578c08d.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-- | conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9c0a412..ceab629 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -13,3 +13,5 @@ BB_ENV_EXTRAWHITE := "KSRC USRC" | |||
| 13 | 13 | ||
| 14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" | 14 | LICENSE_PATH += "${LAYERDIR}/custom-licenses" |
| 15 | 15 | ||
| 16 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | ||
| 17 | |||
