aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-dbus_1.1.1.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:59:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:09:28 +0000
commit9866bed92c0f3dee3f1674e9f9a28e21f5ba33fc (patch)
treeb4bd90dc9c2cff1a87bcf6da943c8e69fbaefa7b /meta/recipes-devtools/python/python-dbus_1.1.1.bb
parent453fd36914fe1ae41a2115266833ec7fcba0869d (diff)
downloadopenembedded-core-9866bed92c0f3dee3f1674e9f9a28e21f5ba33fc.tar.gz
python: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch for both python-dbus and python-pygobject that replace automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.bb6
1 files changed, 4 insertions, 2 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 5bf01a644f..465a7f4831 100644
--- a/meta/recipes-devtools/python/python-dbus_1.1.1.bb
+++ b/meta/recipes-devtools/python/python-dbus_1.1.1.bb
@@ -4,9 +4,11 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=f5612614133e9a2f2dad527d97554670"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
-PR = "r1"
+PR = "r2"
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
+ file://obsolete_automake_macros.patch \
+"
SRC_URI[md5sum] = "742c7432ad0f7c3f98291d58fa2e35dc"
SRC_URI[sha256sum] = "8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88"