[oe-commits] Koen Kooi : libgweather: split out locationdata

git version control git at git.openembedded.org
Tue Jul 21 18:24:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 41c261beeb6c9891fdd0beef1a12d4adcd4cc0e2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=41c261beeb6c9891fdd0beef1a12d4adcd4cc0e2

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jul 21 20:18:01 2009 +0200

libgweather: split out locationdata

---

 recipes/gnome/libgweather_2.26.0.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/libgweather_2.26.0.bb b/recipes/gnome/libgweather_2.26.0.bb
index f36dbbd..3493e7d 100644
--- a/recipes/gnome/libgweather_2.26.0.bb
+++ b/recipes/gnome/libgweather_2.26.0.bb
@@ -1,6 +1,8 @@
 LICENSE = "LGPL"
 DEPENDS = "libgnome libsoup-2.4 gtk+"
 
+PR = "r1"
+
 inherit gnome
 
 do_configure_prepend() {
@@ -20,6 +22,10 @@ do_configure_prepend() {
 
 EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
 
+# A hundred meg of xml files is a bit much...
+PACKAGES =+ "${PN}-locationdata"
+FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
+
 do_stage() {
         autotools_stage_all
 }





More information about the Openembedded-commits mailing list