summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-dbus_1.1.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-09-16 20:47:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-19 17:56:26 +0100
commit2c5079be86b6f32fd8a8193ce13ec44c549768f3 (patch)
treeb68b93d29c94ede2d91feabc2f4fe1f6d486c323 /meta/recipes-devtools/python/python-dbus_1.1.1.bb
parent913944d904266bf90af0cad94b4f0fb3652bd29d (diff)
downloadpoky-2c5079be86b6f32fd8a8193ce13ec44c549768f3.tar.gz
recipes: bump PR to rebuild after libffi5 -> libffi6
(From OE-Core rev: 211200fb98a72ba815e7c411fbebfd781879064c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-dbus_1.1.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-dbus_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-dbus_1.1.1.bb b/meta/recipes-devtools/python/python-dbus_1.1.1.bb
index 51d5bc26f0..5bf01a644f 100644
--- a/meta/recipes-devtools/python/python-dbus_1.1.1.bb
+++ b/meta/recipes-devtools/python/python-dbus_1.1.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
6DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native" 6DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
7PR = "r0" 7PR = "r1"
8 8
9SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" 9SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
10 10