summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libgdbus/libgdbus_git.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-05-04 17:33:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-06 10:21:18 +0100
commit0e33eade3fec1d9df052332d37d266405467a354 (patch)
tree20759406de8465dfa8ea5af4cb866655d3a1a7db /meta/recipes-support/libgdbus/libgdbus_git.bb
parent155ea975f5e0287f9ed49413785d1948c56601a5 (diff)
downloadopenembedded-core-0e33eade3fec1d9df052332d37d266405467a354.tar.gz
openembedded-core-0e33eade3fec1d9df052332d37d266405467a354.tar.bz2
openembedded-core-0e33eade3fec1d9df052332d37d266405467a354.tar.xz
openembedded-core-0e33eade3fec1d9df052332d37d266405467a354.zip
libgdbus: Fix for glib-2.0 2.32.2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libgdbus/libgdbus_git.bb')
-rw-r--r--meta/recipes-support/libgdbus/libgdbus_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb
index 67c61cf3d..474ec2852 100644
--- a/meta/recipes-support/libgdbus/libgdbus_git.bb
+++ b/meta/recipes-support/libgdbus/libgdbus_git.bb
@@ -10,9 +10,10 @@ DEPENDS = "glib-2.0 dbus"
SRCREV = "aeab6e3c0185b271ca343b439470491b99cc587f"
PV = "0.0+git${SRCPV}"
-PR = "r0"
+PR = "r1"
-SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
+SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git \
+ file://fix-for-new-glib.patch"
S = "${WORKDIR}/git"