git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7d795
)
libgweather: split out locationdata
author
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 18:18:01 +0000
(20:18 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 21 Jul 2009 18:18:01 +0000
(20:18 +0200)
recipes/gnome/libgweather_2.26.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gnome/libgweather_2.26.0.bb
b/recipes/gnome/libgweather_2.26.0.bb
index
f36dbbd
..
3493e7d
100644
(file)
--- 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
}