[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
Tue Dec 22 09:50:16 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 79c97ecda0ccc19d83b432c2f4438c620bba2ce4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=79c97ecda0ccc19d83b432c2f4438c620bba2ce4

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