[yocto] [meta-qt4][PATCH 1/2] layer.conf: Use immediate expansion

Khem Raj raj.khem at gmail.com
Wed May 18 13:11:35 PDT 2016


Matches most of layers defaults

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 62ce9cc..39c2421 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
 
 BBFILE_COLLECTIONS += "qt4-layer"
-BBFILE_PATTERN_qt4-layer = "^${LAYERDIR}/"
+BBFILE_PATTERN_qt4-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_qt4-layer = "6"
 
-- 
1.9.1




More information about the yocto mailing list