diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-13 16:40:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 15:00:24 +0000 |
commit | 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89 (patch) | |
tree | bcf548a74a6b4e62b70956f57cf569342f6aa525 /meta/recipes-gnome/gnome | |
parent | 1779afce024b31edcf846329da705ed5aa9fe63e (diff) | |
download | openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.gz openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.bz2 openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.zip |
recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index a12cb9b639..ccbc24e6a4 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb @@ -9,7 +9,7 @@ POLKIT_libc-uclibc = "" DEPENDS = "glib-2.0 gtk+ dbus dbus-glib libxml2 intltool-native ${POLKIT}" DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" -PR = "r7" +PR = "r8" inherit gnomebase diff --git a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb index 8fb7c7a2b1..1a5ee05d2e 100644 --- a/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb +++ b/meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SECTION = "x11/gnome" -PR = "r5" +PR = "r6" inherit autotools gnome pkgconfig |