mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
@@ -18,3 +18,9 @@ LAYERVERSION_gnome-layer = "1"
|
|||||||
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
|
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
|
LAYERSERIES_COMPAT_gnome-layer = "thud warrior zeus dunfell"
|
||||||
|
|
||||||
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
|
||||||
|
faenza-icon-theme->gdk-pixbuf \
|
||||||
|
faenza-icon-theme->gtk+3 \
|
||||||
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user