else, if an image installs hicolor-icon-theme without any other gnome package, the dependency on gdk-pixbuf-native will be missing and if it exists, the host gdk-pixbuf-query-loaders binary will be used and it will try to update the host's cache
[YOCTO #4572] Signed-off-by: Eric Bénard <[email protected]> --- this patch will need some testing as it's not clear to me why this dependency was forced to "". At least that fix the problem described in the bug report. meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index 7c911e0..8d48dec 100644 --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb @@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" SECTION = "unknown" inherit gnome allarch -DEPENDS = "" - PR = "r1" SRC_URI = "http://icon-theme.freedesktop.org/releases/${BPN}-${PV}.tar.gz \ -- 1.8.1.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
