[oe-commits] Michael Smith : hicolor-icon-theme: don't inherit gnome

git version control git at git.openembedded.org
Fri Aug 21 01:30:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fb61d971d4299d0784257dcd150befc13241e7ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fb61d971d4299d0784257dcd150befc13241e7ee

Author: Michael Smith <msmith at cbnco.com>
Date:   Fri Jul 10 15:05:01 2009 -0400

hicolor-icon-theme: don't inherit gnome

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"
 





More information about the Openembedded-commits mailing list