layer.conf: rework recipe-folders

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-10-27 14:20:51 +01:00
parent 7e57011d8e
commit 2c95133de2

View File

@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*.bb"
BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
BBFILE_COLLECTIONS += "libreoffice-layer"
BBFILE_PATTERN_libreoffice-layer := "^${LAYERDIR}/"