From: Koen Kooi Date: Fri, 14 Aug 2009 10:32:22 +0000 (+0200) Subject: libgweather: fix packaging regression X-Git-Tag: Release-2010-05/1~2701^2~1^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0740cae859687fef361d0fe675da454935b0ffc8;p=openembedded.git libgweather: fix packaging regression --- diff --git a/recipes/gnome/libgweather_2.26.2.1.bb b/recipes/gnome/libgweather_2.26.2.1.bb index d6aead7d0b..e97bff1aee 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.*"