meta-openpower: layer.conf: change BBFILE_PATTERN
Use the immmediate expansion operator when setting BBFILE_PATTERN. This
makes meta-openpower consistent with all the layers in
meta-openembedded.
Change-Id: I4870d951be5af3d2a9f601a6ff7d5d26e7f1f553
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/conf/layer.conf b/conf/layer.conf
index fc6453c..6bc20a4 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,7 +6,7 @@
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "openpower-layer"
-BBFILE_PATTERN_openpower-layer = "^${LAYERDIR}/"
+BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/"
LAYERVERSION_openpower-layer = "1"
LAYERSERIES_COMPAT_openpower-layer = "thud warrior"