diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-08-14 12:35:32 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-08-14 12:35:32 +0100 |
commit | cc4408884f28f3f2d425bbe6c2b3239a0253f53e (patch) | |
tree | 4210907bb58d6c0f7ee3dbd5b2a2eacce7eedf01 /recipes | |
parent | 3782caa265da47275980fcd2e7059e95127d0d10 (diff) | |
parent | 0740cae859687fef361d0fe675da454935b0ffc8 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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.*" |