Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: [PATCHv2] qt-mobility, xserver-xorg, ofono, bluez4, gst-plugins-good: bump PR to rebuild after libudev0 soname change to libudev1
Date: Sat, 28 Jul 2012 13:10:29 +0200	[thread overview]
Message-ID: <1343473829-19737-1-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20120728110453.GF3742@jama.jama.net>

From: Martin Jansa <martin.jansa@gmail.com>

* this patch depends on http://patchwork.openembedded.org/patch/32085/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

---
v2: rebased bluez4 PR bump

---
 meta/recipes-connectivity/bluez/bluez4_4.101.bb    |    2 +-
 meta/recipes-connectivity/ofono/ofono_1.8.bb       |    1 +
 meta/recipes-connectivity/ofono/ofono_git.bb       |    2 +-
 .../xorg-xserver/xserver-xorg-1.11.2.inc           |    2 +-
 .../gstreamer/gst-plugins-good_0.10.31.bb          |    2 +-
 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc          |    2 +-
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
index e26d4ea..f1a2fe7 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
@@ -1,6 +1,6 @@
 require bluez4.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://bluetooth.conf \
             file://sbc_mmx.patch"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.8.bb b/meta/recipes-connectivity/ofono/ofono_1.8.bb
index e2d97f0..86767f1 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  = "\
   ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
   file://ofono \
 "
+PR = "r1"
 
 SRC_URI[md5sum] = "e457ea13db22bb2de77767c867dcc4d3"
 SRC_URI[sha256sum] = "164b413068e810281a5e6c9bb90d5002d80f1c30bef2f3ffdbe70f963079524d"
diff --git a/meta/recipes-connectivity/ofono/ofono_git.bb b/meta/recipes-connectivity/ofono/ofono_git.bb
index a44b411..0a69fff 100644
--- a/meta/recipes-connectivity/ofono/ofono_git.bb
+++ b/meta/recipes-connectivity/ofono/ofono_git.bb
@@ -3,7 +3,7 @@ require ofono.inc
 S	 = "${WORKDIR}/git"
 SRCREV = "14544d5996836f628613c2ce544380ee6fc8f514"
 PV	 = "0.12-git${SRCPV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI  = "git://git.kernel.org/pub/scm/network/ofono/ofono.git;protocol=git \
 	    file://ofono"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
index 595ab77..017ac91 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
@@ -8,5 +8,5 @@ SRC_URI += "file://crosscompile.patch \
 SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24"
 SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2"
 
-PR = "r3"
+PR = "r4"
 
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
index e0eaf7b..ac63f94 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
 
 DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
 	    speex libsoup-2.4 pulseaudio"
-PR = "r1"
+PR = "r2"
 
 inherit gettext gconf
 
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
index e612adb..7f0af9f 100644
--- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
+++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
@@ -16,7 +16,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.t
 SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8"
 SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44"
 
-PR = "r5"
+PR = "r6"
 
 S = "${WORKDIR}/qt-mobility-opensource-src-${PV}"
 
-- 
1.7.8.6




  reply	other threads:[~2012-07-28 11:21 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18  7:42 [CONSOLIDATED PULL 00/18] Typos and cleanups Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 01/18] gcc-package-runtime.inc: Fix QA warning Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 02/18] task-core-tools-testapps.bb: kexec-tools does not work on e5500-64b parts Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 03/18] psplash: use default OE vga logo (from kernel bootlogo) Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 04/18] web-webkit: remove unused dependencies (taken from the gecko-based recipe) Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 05/18] web-webkit: push make whitespace fix upstream Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 06/18] web-webkit: don't link using g++, it's not needed anymore Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 07/18] tune-ppc476.inc: Support ppc476 Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 08/18] meta-ide-support: Add native qemu support for meta-ide-support Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 09/18] terminal.py: Fix Xfce on ubuntu/debian; some cleanup Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 10/18] qt-mobility, xserver-xorg, ofono, bluez4, gst-plugins-good: bump PR to rebuild after libudev0 soname change to libudev1 Saul Wold
2012-07-18  7:47   ` Martin Jansa
2012-07-28 11:04   ` Martin Jansa
2012-07-28 11:10     ` Martin Jansa [this message]
2012-07-29  9:18       ` [PATCHv2] " Richard Purdie
2012-07-18  7:42 ` [CONSOLIDATED PULL 11/18] recipes: svn SRC_URI s/proto=/protocol=/g Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 12/18] scripts/bitbake: Check the git-native version and build it if necessary Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 13/18] webkit-gtk: remove no-parallel bodge Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 14/18] webkit-gtk: remove spurious install_prepend hack Saul Wold
2012-07-18 13:54   ` Martin Jansa
2012-07-18 14:03     ` Burton, Ross
2012-07-18  7:42 ` [CONSOLIDATED PULL 15/18] puzzles, mkelfimage: Add protocol=http Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 16/18] fix my typos in patch headers Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 17/18] slang: add header to patch Saul Wold
2012-07-18  7:42 ` [CONSOLIDATED PULL 18/18] eglibc: Fix build for e500 cores Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343473829-19737-1-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox