[oe-commits] Martin Jansa : meta-systemd: fixup BBFILE_PATTERN override

git at git.openembedded.org git at git.openembedded.org
Thu May 17 09:19:41 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu May 17 07:49:47 2012 +0000

meta-systemd: fixup BBFILE_PATTERN override

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-systemd/conf/layer.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
index d07d2ad..9caec69 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -15,7 +15,7 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "systemd-layer"
-BBFILE_PATTERN_systemd := "^${LAYERDIR}/"
+BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/"
 
 # Define the priority for recipes (.bb files) from this layer,
 # choosing carefully how this layer interacts with all of the





More information about the Openembedded-commits mailing list