Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "gnome-layer" |
| 8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_gnome-layer = "7" |
| 10 | |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 11 | # auto-pack gnome help files |
| 12 | IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" |
| 13 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | # This should only be incremented on significant changes that will |
| 15 | # cause compatibility issues with other layers |
| 16 | LAYERVERSION_gnome-layer = "1" |
| 17 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 19 | |
Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 20 | LAYERSERIES_COMPAT_gnome-layer = " hardknott" |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 21 | |
| 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
| 23 | faenza-icon-theme->gdk-pixbuf \ |
| 24 | faenza-icon-theme->gtk+3 \ |
| 25 | " |
| 26 | |