aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-21 12:53:14 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-03 20:29:53 +0100
commitd07d3ee047ba8f5540835f47e8efc3c18c0dcac0 (patch)
tree8f461cedc7311d8d6ee04abab80198cddeb18645
parent31a4bf5517fc843bb031659cb9ea776780bf53a2 (diff)
downloadopenembedded-d07d3ee047ba8f5540835f47e8efc3c18c0dcac0.tar.gz
openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2 inherit removal)
-rw-r--r--recipes/openmoko2/openmoko-icon-theme-standard2_svn.bb4
1 files changed, 3 insertions, 1 deletions
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