diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-05-17 07:49:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-17 11:11:29 +0200 |
commit | 49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6 (patch) | |
tree | 5e0d3977258b0b24023cc9417723cc677a184ae5 /meta-systemd/conf | |
parent | 637cb7e3d2cfdc74d239a4257e6f3477aa17da4e (diff) | |
download | meta-openembedded-49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6.tar.gz |
meta-systemd: fixup BBFILE_PATTERN override
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/conf')
-rw-r--r-- | 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 d07d2aded..9caec69ff 100644 --- a/meta-systemd/conf/layer.conf +++ b/meta-systemd/conf/layer.conf | |||
@@ -15,7 +15,7 @@ BBPATH .= ":${LAYERDIR}" | |||
15 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | 15 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
16 | 16 | ||
17 | BBFILE_COLLECTIONS += "systemd-layer" | 17 | BBFILE_COLLECTIONS += "systemd-layer" |
18 | BBFILE_PATTERN_systemd := "^${LAYERDIR}/" | 18 | BBFILE_PATTERN_systemd-layer := "^${LAYERDIR}/" |
19 | 19 | ||
20 | # Define the priority for recipes (.bb files) from this layer, | 20 | # Define the priority for recipes (.bb files) from this layer, |
21 | # choosing carefully how this layer interacts with all of the | 21 | # choosing carefully how this layer interacts with all of the |