1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "gnome-layer"
8BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_gnome-layer = "5"
10
11# auto-pack gnome help files
12IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
13
14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers
16LAYERVERSION_gnome-layer = "1"
17
18LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
19
20LAYERSERIES_COMPAT_gnome-layer = "kirkstone langdale"
21
22SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
23  faenza-icon-theme->gdk-pixbuf \
24  faenza-icon-theme->gtk+3 \
25"
26
27