From: Koen Kooi Date: Thu, 29 Dec 2005 13:02:05 +0000 (+0000) Subject: gnome-icon-theme: fix DEPENDS and packaging X-Git-Tag: Release-2010-05/1~9453^2~2834 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a23554f187d909d1a1eab9072e68cdfe3b57b0c;p=openembedded.git gnome-icon-theme: fix DEPENDS and packaging --- diff --git a/packages/gnome/gnome-icon-theme_1.3.3.bb b/packages/gnome/gnome-icon-theme_1.3.3.bb index 23993c982d..e44a06697e 100644 --- a/packages/gnome/gnome-icon-theme_1.3.3.bb +++ b/packages/gnome/gnome-icon-theme_1.3.3.bb @@ -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"