diff options
-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 d07d2aded0e..9caec69ffab 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 |