From: Martin Jansa Date: Mon, 21 Dec 2009 11:53:14 +0000 (+0100) Subject: openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2... X-Git-Tag: Release-2010-05/1~1226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c97ecda0ccc19d83b432c2f4438c620bba2ce4;p=openembedded.git openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2 inherit removal) --- diff --git a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb b/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb index 7d560b3026..1066474278 100644 --- a/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb +++ b/recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb @@ -4,13 +4,15 @@ SECTION = "openmoko/base" LICENSE = "GPL" PV = "0.1.0+svnr${SRCPV}" -PR = "r2" +PR = "r3" inherit autotools pkgconfig SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http" S = "${WORKDIR}/icons" +FILES_${PN} += "${datadir}/icons" + pkg_postinst_${PN} () { if [ "x$D" != "x" ]; then exit 1