diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-31 13:51:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-31 18:01:55 +0100 |
commit | 669b20b5af9c663f8f8bc4017511d60638f86088 (patch) | |
tree | d6f7009287f49160c61a2049152985b6ac3174bc /meta/recipes-connectivity | |
parent | dac48ff1192cd6e4d39aa6e1696e91336d371d97 (diff) | |
download | openembedded-core-669b20b5af9c663f8f8bc4017511d60638f86088.tar.gz openembedded-core-669b20b5af9c663f8f8bc4017511d60638f86088.tar.bz2 openembedded-core-669b20b5af9c663f8f8bc4017511d60638f86088.zip |
recipes: bump PR after python upgrade
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb index a137b12e21..d60827abe1 100644 --- a/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb +++ b/meta/recipes-connectivity/bluez/gst-plugin-bluetooth_4.96.bb @@ -1,6 +1,8 @@ require bluez4.inc require recipes-multimedia/gstreamer/gst-plugins-package.inc +PR = "r1" + DEPENDS = "bluez4 gst-plugins-base" EXTRA_OECONF = "\ diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb index 817b911eae..0113854d96 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.19.bb @@ -10,7 +10,7 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz file://parallel_make.patch \ file://remove_duplicate_install.patch" -PR = "r3" +PR = "r4" inherit autotools |