summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-05-30 22:40:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-30 22:31:37 +0100
commit647db80298da0a8da212449fdd80d318773eacef (patch)
tree9f5d3358a4fb3108f8f224cbc85c8b0c23222514 /meta
parent3aaa4f78c609a47324da2db3b5c92a28f4f2ccff (diff)
downloadpoky-647db80298da0a8da212449fdd80d318773eacef.tar.gz
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] (From OE-Core rev: aa500de527b3afdac8765d68f9cd1c2e09149477) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb4
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 7c911e08a6..9a8e5a6f12 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"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" 6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426"
7 7
8SECTION = "unknown" 8SECTION = "unknown"
9inherit gnome allarch 9inherit gnomebase allarch
10
11DEPENDS = ""
12 10
13PR = "r1" 11PR = "r1"
14 12