[gnome-continuous-yocto/gnomeostree-3.28-rocko: 32/218] templates/layer.conf: remove backslash to enable bbappend setting



commit 17557264a3e3a6a3f3e979f46d553096815cfeb7
Author: Chen Qi <Qi Chen windriver com>
Date:   Fri Nov 24 12:57:24 2017 +0800

    templates/layer.conf: remove backslash to enable bbappend setting
    
    Remove the redundant backslash in template layer.conf file, otherwise,
    the bbappend line setting wouldn't have effect, causing bbappend files
    in these created layers not having any effect.
    
    (From OE-Core rev: b25fc6b68a4522e89fd42f31b51fb25346818237)
    
    Signed-off-by: Chen Qi <Qi Chen windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    (cherry picked from commit 7909b258ac87d4be9bb7aba00d12fd363bd9b248)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/bblayers/templates/layer.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/bblayers/templates/layer.conf b/meta/lib/bblayers/templates/layer.conf
index e0d9ba2..3c03002 100644
--- a/meta/lib/bblayers/templates/layer.conf
+++ b/meta/lib/bblayers/templates/layer.conf
@@ -2,7 +2,7 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \\
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
             ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "%s"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]