Skip to content

Commit d229943

Browse files
committed
conf/layer.conf: Fix by using oelint-adv
Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
1 parent 1d81948 commit d229943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}"
33

44
# We have recipes-* directories, add to BBFILES
55
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6-
${LAYERDIR}/recipes-*/*/*.bbappend"
6+
${LAYERDIR}/recipes-*/*/*.bbappend"
77

88
BBFILE_COLLECTIONS += "sparrow-hawk"
99
BBFILE_PATTERN_sparrow-hawk = "^${LAYERDIR}/"

0 commit comments

Comments
 (0)