mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
f46931abf0
commit
52a070f02c
|
|
@ -20,3 +20,10 @@ LAYERDEPENDS_xfce-layer += "meta-python"
|
|||
LAYERDEPENDS_xfce-layer += "networking-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus dunfell"
|
||||
|
||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
||||
openzone->gdk-pixbuf \
|
||||
openzone->gtk+3 \
|
||||
rodent-icon-theme->gdk-pixbuf \
|
||||
rodent-icon-theme->gtk+3 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user