diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-07-28 13:10:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 10:16:16 +0100 |
commit | d67c64e738cf7c98aa1f02ce1debcb8deb96d01b (patch) | |
tree | 5ac0faba5ab2b8aa9a6c174ad2d9cba8562407ad /meta/recipes-connectivity/ofono | |
parent | 3372d9676f96c229091fae06897d6289182146ac (diff) | |
download | poky-d67c64e738cf7c98aa1f02ce1debcb8deb96d01b.tar.gz |
qt-mobility, xserver-xorg, ofono, bluez4, gst-plugins-good: bump PR to rebuild after libudev0 soname change to libudev1
* this patch depends on http://patchwork.openembedded.org/patch/32085/
(From OE-Core rev: 2792569605b50bdad8b2b8398c823dd08006daf1)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ofono')
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_1.8.bb | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/ofono/ofono_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono_1.8.bb b/meta/recipes-connectivity/ofono/ofono_1.8.bb index e2d97f0f66..86767f1192 100644 --- a/meta/recipes-connectivity/ofono/ofono_1.8.bb +++ b/meta/recipes-connectivity/ofono/ofono_1.8.bb | |||
@@ -4,6 +4,7 @@ SRC_URI = "\ | |||
4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ | 4 | ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \ |
5 | file://ofono \ | 5 | file://ofono \ |
6 | " | 6 | " |
7 | PR = "r1" | ||
7 | 8 | ||
8 | SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3" | 9 | SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3" |
9 | SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d" | 10 | SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d" |
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb index a44b411ab4..0a69fff791 100644 --- a/meta/recipes-connectivity/ofono/ofono_git.bb +++ b/meta/recipes-connectivity/ofono/ofono_git.bb | |||
@@ -3,7 +3,7 @@ require ofono.inc | |||
3 | S = "${WORKDIR}/git" | 3 | S = "${WORKDIR}/git" |
4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" | 4 | SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514" |
5 | PV = "0.12-git${SRCPV}" | 5 | PV = "0.12-git${SRCPV}" |
6 | PR = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \ |
9 | file://ofono" | 9 | file://ofono" |