summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-gnome/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-openembedded/meta-gnome/conf/layer.conf')
-rw-r--r--external/meta-openembedded/meta-gnome/conf/layer.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/external/meta-openembedded/meta-gnome/conf/layer.conf b/external/meta-openembedded/meta-gnome/conf/layer.conf
index e9d0785b..7aa9507e 100644
--- a/external/meta-openembedded/meta-gnome/conf/layer.conf
+++ b/external/meta-openembedded/meta-gnome/conf/layer.conf
@@ -8,14 +8,13 @@ BBFILE_COLLECTIONS += "gnome-layer"
BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_gnome-layer = "7"
+# auto-pack gnome help files
+IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}"
+
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_gnome-layer = "1"
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
-LAYERSERIES_COMPAT_gnome-layer = "thud"
-
-# Sanity check for meta-gnome layer.
-# Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check.
-INHERIT += "sanity-meta-gnome"
+LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"