aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-31 16:49:02 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-31 16:57:06 -0700
commit192afbcc07a7ae954f7a9088ed99a3e47e271706 (patch)
tree8b9bd2e1e989b17fccdbb3b6cdbb7bfec9564703 /meta-gnome
parent52a070f02cd51a45df4238ff270a5ff87e58f0f5 (diff)
downloadmeta-openembedded-contrib-192afbcc07a7ae954f7a9088ed99a3e47e271706.tar.gz
layer.conf: Fix for signature change for allarch icon themes
faenza-icon-theme are allarch but recently gtk-icon-cache, since commit 31e3d34c8a9c3e8481aa837aa0bf52adf095fe62 [gtk-icon-cache.bbclass: add runtime dependency], it start depend on non-allarch packages gdk-pixbuf and gtk+3, which make it's signature changes when machine changed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf
index 7aa9507eb5..7706b7ca6b 100644
--- a/meta-gnome/conf/layer.conf
+++ b/meta-gnome/conf/layer.conf
@@ -18,3 +18,9 @@ LAYERVERSION_gnome-layer = "1"
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
+
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
+ faenza-icon-theme->gdk-pixbuf \
+ faenza-icon-theme->gtk+3 \
+"
+