blob: d2ee3e06924f52975d6359010116dc15809010ef [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# 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 = "7"
10
Brad Bishop87b3cb82019-11-15 16:35:37 -050011# auto-pack gnome help files
Patrick Williams213cb262021-08-07 19:21:33 -050012IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
Brad Bishop87b3cb82019-11-15 16:35:37 -050013
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers
16LAYERVERSION_gnome-layer = "1"
17
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
Patrick Williamsddad1a12017-02-23 20:36:32 -060019
Patrick Williams213cb262021-08-07 19:21:33 -050020LAYERSERIES_COMPAT_gnome-layer = "honister"
Andrew Geisslerd688a012020-09-18 13:36:00 -050021
22SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
23 faenza-icon-theme->gdk-pixbuf \
24 faenza-icon-theme->gtk+3 \
25"
26