blob: 2fb348515593f1357df3c5adc51e4ae74bb8f1bf [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}/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009BBFILE_PRIORITY_gnome-layer = "5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000020LAYERSERIES_COMPAT_gnome-layer = "kirkstone"
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