diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-31 13:51:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:21 +0000 |
commit | bc5dcd3364054062d0613c5d58818df2653eeb83 (patch) | |
tree | fb5545cebdf768923e96d7ffe68e4e23d1cec25a /meta/recipes-connectivity | |
parent | 6e1632946ca076fb9b8d29e4b75546c76ca09eaf (diff) | |
download | poky-bc5dcd3364054062d0613c5d58818df2653eeb83.tar.gz |
recipes: bump PR after python upgrade
(From OE-Core rev: 669b20b5af9c663f8f8bc4017511d60638f86088)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | 2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc |
3 | 3 | ||
4 | PR = "r1" | ||
5 | |||
4 | DEPENDS = "bluez4 gst-plugins-base" | 6 | DEPENDS = "bluez4 gst-plugins-base" |
5 | 7 | ||
6 | EXTRA_OECONF = "\ | 8 | 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 | |||
10 | file://parallel_make.patch \ | 10 | file://parallel_make.patch \ |
11 | file://remove_duplicate_install.patch" | 11 | file://remove_duplicate_install.patch" |
12 | 12 | ||
13 | PR = "r3" | 13 | PR = "r4" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||