diff --git a/conf/layer.conf b/conf/layer.conf index 27e8195..1ba55c0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,8 +1,7 @@ # We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "libreoffice-layer" BBFILE_PATTERN_libreoffice-layer := "^${LAYERDIR}/"