From 49dc49bd226ef7312b9b1b4ecf0d7886e84ad1c6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 17 May 2012 07:49:47 +0000 Subject: meta-systemd: fixup BBFILE_PATTERN override Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-systemd/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-systemd/conf') diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf index d07d2aded0..9caec69ffa 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 -- cgit 1.2.3-korg