From a64c1086eaffef1cc39e469af9546140712264ee Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Sep 2013 13:07:14 -0400 Subject: meta-openstack: allow dangling bbappends Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index e00a8a3..07d0ea9 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "openstack-layer" BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openstack-layer = "5" + +BB_DANGLINGAPPENDS_WARNONLY ?= "true" -- cgit v1.2.3-54-g00ecf