aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-21 20:18:01 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-21 20:18:01 +0200
commit41c261beeb6c9891fdd0beef1a12d4adcd4cc0e2 (patch)
tree2a74a4106f4a0bf32e23321e0ff9575aa37fb018 /recipes
parentda7d795ef024570f5c3cf2b203466e1bec3a2e76 (diff)
downloadopenembedded-41c261beeb6c9891fdd0beef1a12d4adcd4cc0e2.tar.gz
libgweather: split out locationdata
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnome/libgweather_2.26.0.bb6
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 f36dbbdec7..3493e7d344 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
}