[oe-commits] =?UTF-8?Q?Eric=20B=C3=A9nard=20?=: hicolor-icon-theme: keep inherited dependencies and switch to gnomebase

git at git.openembedded.org git at git.openembedded.org
Fri May 31 09:06:31 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: aa500de527b3afdac8765d68f9cd1c2e09149477
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa500de527b3afdac8765d68f9cd1c2e09149477

Author: Eric Bénard <eric at eukrea.com>
Date:   Thu May 30 22:40:29 2013 +0200

hicolor-icon-theme: keep inherited dependencies and switch to gnomebase

- switching to gnomebase removes postinst and postrm scripts that
gtk-icon-cache was bringing (and which are not necessary) else, if an
image installs hicolor-icon-theme without any other gnome package,
the dependency on gdk-pixbuf-native was missing and if it exists,
the host gdk-pixbuf-query-loaders binary was be
used and it will try to update the host's cache

- keep inherited dependencies as these are only native ones
DEPENDS = autoconf-native automake-native gnome-common-native
gnu-config-native libtool-native pkgconfig-native

[YOCTO #4572]

Signed-off-by: Eric Bénard <eric at eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb  |    4 +---
 1 files changed, 1 insertions(+), 3 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..9a8e5a6 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
@@ -6,9 +6,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
 
 SECTION = "unknown"
-inherit gnome allarch
-
-DEPENDS = ""
+inherit gnomebase allarch
 
 PR = "r1"
 



More information about the Openembedded-commits mailing list