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-connectivity/telepathy | |
parent | 1779afce024b31edcf846329da705ed5aa9fe63e (diff) | |
download | openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.gz openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.bz2 openembedded-core-1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89.tar.xz 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-connectivity/telepathy')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index e063f8918..a7c666795 100644 --- a/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb @@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 dbus dbus-glib telepathy-glib" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ file://src/tp-conn.c;beginline=1;endline=19;md5=4c58069f77d601cc59200bce5396c7cb" -PR = "r3" +PR = "r4" SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz \ file://prefer_python_2.5.patch \ diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb index 1ad91b201..64473df8d 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.4.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection man HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib" LICENSE = "LGPLv2.1+" -PR = "r0" +PR = "r1" SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.10.1.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.10.1.bb index f7ce73681..9be454309 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.10.1.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.10.1.bb @@ -8,7 +8,7 @@ DEPENDS = "libtelepathy dbus-glib gconf" SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz" -PR = "r0" +PR = "r1" inherit autotools pkgconfig |