From 5915e6398140639b67e4c954ef4ee0505c710f51 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 10 Jun 2012 21:46:36 +0000 Subject: layer.conf/README: search directory structure for bbappends changed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- meta-systemd/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-systemd/conf/layer.conf') diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf index 9caec69ffa..3310abc8af 100644 --- a/meta-systemd/conf/layer.conf +++ b/meta-systemd/conf/layer.conf @@ -12,7 +12,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/*/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "systemd-layer" BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/" -- cgit 1.2.3-korg