gnome-icon-theme: fix DEPENDS and packaging
authorKoen Kooi <koen@openembedded.org>
Thu, 29 Dec 2005 13:02:05 +0000 (13:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 29 Dec 2005 13:02:05 +0000 (13:02 +0000)
packages/gnome/gnome-icon-theme_1.3.3.bb

index 23993c9..e44a066 100644 (file)
@@ -1,8 +1,10 @@
 LICENSE = "GPL"
 SECTION = "x11/gnome"
 SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2"
+DEPENDS = "glib intltool-native"
+PR="r1"
 
-FILES_${PN} += "${datadir}/icons"
+FILES_${PN} += "${datadir}/*"
 
 EXTRA_OECONF = "--disable-hicolor-check"