summaryrefslogtreecommitdiffstats
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:10:11 +0000
commit7879893ae25d25888b661e2aa527d3cfa10a4038 (patch)
tree3da0296834587ff6992c323eaa106dead09978fc /meta/recipes-devtools/python/python-dbus_1.1.1.bb
parentf6bc65747601b960050b758a8e2dce94e9494977 (diff)
downloadpoky-7879893ae25d25888b661e2aa527d3cfa10a4038.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. (From OE-Core rev: 9866bed92c0f3dee3f1674e9f9a28e21f5ba33fc) Signed-off-by: Marko Lindqvist <cazfi74@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.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"
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 = "r1" 7PR = "r2"
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 file://obsolete_automake_macros.patch \
11"
10 12
11SRC_URI[md5sum] = "742c7432ad0f7c3f98291d58fa2e35dc" 13SRC_URI[md5sum] = "742c7432ad0f7c3f98291d58fa2e35dc"
12SRC_URI[sha256sum] = "8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88" 14SRC_URI[sha256sum] = "8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88"