]> code.ossystems Code Review - openembedded-core.git/commitdiff
templates/layer.conf: remove backslash to enable bbappend setting
authorChen Qi <Qi.Chen@windriver.com>
Fri, 24 Nov 2017 04:57:24 +0000 (12:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jan 2018 10:11:42 +0000 (10:11 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit 7909b258ac87d4be9bb7aba00d12fd363bd9b248)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/bblayers/templates/layer.conf

index e0d9ba2fde1e97f5e3052dfc2ae64ddfbd42562c..3c0300226c599122d582f8e1a939a2c6cddb78cc 100644 (file)
@@ -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"