This marks the layer compatible with honister for new override syntax Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
24 lines
538 B
Plaintext
24 lines
538 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/appends/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "office-layer"
|
|
BBFILE_PATTERN_office-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_office-layer = "7"
|
|
|
|
LAYERDEPENDS_office-layer = " \
|
|
core \
|
|
openembedded-layer \
|
|
meta-python \
|
|
gnome-layer \
|
|
networking-layer \
|
|
"
|
|
|
|
LAYERSERIES_COMPAT_office-layer = "honister"
|
|
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
libreoffice-dictionaries->hunspell \
|
|
"
|
|
|