[oe-commits] Martin Jansa : openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2 inherit removal)

git version control git at git.openembedded.org
Sun Jan 3 19:30:52 UTC 2010


Module: openembedded.git
Branch: shr/testing2009
Commit: d07d3ee047ba8f5540835f47e8efc3c18c0dcac0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d07d3ee047ba8f5540835f47e8efc3c18c0dcac0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Dec 21 12:53:14 2009 +0100

openmoko-icon-theme-standard2: add missing FILES include for icons (after openmoko2 inherit removal)

---

 .../openmoko2/openmoko-icon-theme-standard2_svn.bb |    4 +++-
 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 7d560b3..1066474 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





More information about the Openembedded-commits mailing list