aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-02-19 01:43:17 +0000
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:43 +0100
commitd0e8d87c2f172e743ebf25a36d7c833c38b6cfde (patch)
treee38ed8a1d00dfa4fc057d04196b54e95b2d7dcc3 /recipes/python
parentd85ea460392830e915a475b5931dccd932d33ff1 (diff)
downloadopenembedded-d0e8d87c2f172e743ebf25a36d7c833c38b6cfde.tar.gz
python-dbus: update to 0.83.2 and fix rpath to use absolute path
In case prefix and exec_prefix are empty, rpath can end up with no absolute paths thus failing to build due a linking issue. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-dbus_0.83.2.bb (renamed from recipes/python/python-dbus_0.83.0.bb)10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes/python/python-dbus_0.83.0.bb b/recipes/python/python-dbus_0.83.2.bb
index 9766604a87..7c6eebb4a1 100644
--- a/recipes/python/python-dbus_0.83.0.bb
+++ b/recipes/python/python-dbus_0.83.2.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "MIT"
DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native python-epydoc-native"
-PR = "ml2"
+PR = "ml0"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
S = "${WORKDIR}/dbus-python-${PV}"
@@ -25,5 +25,9 @@ FILES_${PN}-dev += "\
${libdir}/pkgconfig \
"
-SRC_URI[md5sum] = "562c78876219bf458d79a041af18293d"
-SRC_URI[sha256sum] = "89dd1d5aa5c2ba04677d1aa2616caa50274d8c08f3d6bc164e6f7b9930776191"
+do_configure_append() {
+ find ${S} -name Makefile | xargs -n 1 sed -i 's,prefix}lib,prefix}/lib,g'
+}
+
+SRC_URI[md5sum] = "4ebcaa905bdcb4132b915196b0a3691b"
+SRC_URI[sha256sum] = "883729c98f40790021e3be0f7028ae863ee1c4a7b922a5578c1342592adfff64"