diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-31 16:46:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-31 16:57:06 -0700 |
commit | 52a070f02cd51a45df4238ff270a5ff87e58f0f5 (patch) | |
tree | 4229c3f50699668b2a03a14c9e74fc914ad6d0e1 /meta-xfce/conf | |
parent | f46931abf073a4c5b02a160a89fe073f1b67632b (diff) | |
download | meta-openembedded-52a070f02cd51a45df4238ff270a5ff87e58f0f5.tar.gz |
layer.conf: fixes icon-theme signature changes
openzone and rodent-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-xfce/conf')
-rw-r--r-- | meta-xfce/conf/layer.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index 199c69e7b..7e4bb178e 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
@@ -20,3 +20,10 @@ LAYERDEPENDS_xfce-layer += "meta-python" | |||
20 | LAYERDEPENDS_xfce-layer += "networking-layer" | 20 | LAYERDEPENDS_xfce-layer += "networking-layer" |
21 | 21 | ||
22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell" | 22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell" |
23 | |||
24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | ||
25 | openzone->gdk-pixbuf \ | ||
26 | openzone->gtk+3 \ | ||
27 | rodent-icon-theme->gdk-pixbuf \ | ||
28 | rodent-icon-theme->gtk+3 \ | ||
29 | " | ||