All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies
@ 2013-05-30  7:44 Eric Bénard
  2013-05-30  7:44 ` [PATCH 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native Eric Bénard
  2013-05-30  8:09 ` [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies Martin Jansa
  0 siblings, 2 replies; 12+ messages in thread
From: Eric Bénard @ 2013-05-30  7:44 UTC (permalink / raw)
  To: openembedded-core

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 <eric@eukrea.com>
---
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



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-05-30 19:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30  7:44 [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies Eric Bénard
2013-05-30  7:44 ` [PATCH 2/2] gtk-icon-cache pixbufcache: add a clear dependency on gdk-pixbuf-native Eric Bénard
2013-05-30  8:09 ` [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies Martin Jansa
2013-05-30  8:32   ` Burton, Ross
2013-05-30 10:32     ` Eric Bénard
2013-05-30 10:48       ` Eric Bénard
2013-05-30 10:49       ` Richard Purdie
2013-05-30 11:11         ` Eric Bénard
2013-05-30 11:51           ` Burton, Ross
2013-05-30 18:26           ` Burton, Ross
2013-05-30 19:14             ` Eric Bénard
2013-05-30 10:34   ` Eric Bénard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.