openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2...
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 21 Dec 2009 11:53:14 +0000 (12:53 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Mon, 21 Dec 2009 11:53:14 +0000 (12:53 +0100)
recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb

index 7d560b3..1066474 100644 (file)
@@ -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