[oe-commits] Koen Kooi : libgweather: fix packaging regression

git version control git at git.openembedded.org
Fri Aug 14 10:35:48 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Aug 14 12:32:22 2009 +0200

libgweather: fix packaging regression

---

 recipes/gnome/libgweather_2.26.2.1.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/libgweather_2.26.2.1.bb b/recipes/gnome/libgweather_2.26.2.1.bb
index d6aead7..e97bff1 100644
--- a/recipes/gnome/libgweather_2.26.2.1.bb
+++ b/recipes/gnome/libgweather_2.26.2.1.bb
@@ -1,6 +1,8 @@
 LICENSE = "LGPL"
 DEPENDS = "libgnome libsoup-2.4 gtk+"
 
+PR = "r1"
+
 inherit gnome
 
 EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
@@ -17,10 +19,10 @@ do_stage() {
 FILES_${PN} += "${datadir}/gnome* \
                 ${datadir}/icons"
 
-PACKAGES += "${PN}-locationdata"
+PACKAGES =+ "${PN}-locationdata"
 FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
 
-PACKAGES += "libpanel-applet"
+PACKAGES =+ "libpanel-applet"
 FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*"
 
 





More information about the Openembedded-commits mailing list