]> 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, 9 Dec 2017 14:36:57 +0000 (14:36 +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>
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"