[oe] [PATCH v2] hicolor-icon-theme: don't inherit gnome

Michael Smith msmith at cbnco.com
Sun Jul 12 21:09:53 UTC 2009


inherit autotools and gtk-icon-cache instead, so the theme doesn't
depend on gconf.

Signed-off-by: Michael Smith <msmith at cbnco.com>
---
 .../hicolor-icon-theme/hicolor-icon-theme_0.10.bb  |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
index a1cb41b..db13279 100644
--- a/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
+++ b/recipes/hicolor-icon-theme/hicolor-icon-theme_0.10.bb
@@ -1,6 +1,10 @@
 SECTION = "unknown"
 LICENSE = "GPL"
-inherit gnome
+inherit autotools gtk-icon-cache
+
+# Override RDEPENDS = hicolor-icon-theme from gtk-icon-cache
+RDEPENDS = ""
+RDEPENDS_${PN} = ""
 
 SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
 
-- 
1.6.3





More information about the Openembedded-devel mailing list