[oe-commits] [openembedded-core] 18/55: templates/layer.conf: remove backslash to enable bbappend setting

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 12:07:36 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko-next
in repository openembedded-core.

commit 2e97cefa8e9e171d60e4f3031ed12a8fe3144b0d
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: 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.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit 7909b258ac87d4be9bb7aba00d12fd363bd9b248)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/lib/bblayers/templates/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list