summaryrefslogtreecommitdiff
path: root/packages/python/python-dbus_0.81.1.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-01-24 14:28:15 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-01-24 14:28:15 +0000
commit1ab72c6d2a7e4f56f3c55411189ab4992d64c29c (patch)
tree20c9206d643595d0e1646b7f07c71df28aa4a658 /packages/python/python-dbus_0.81.1.bb
parent59c5c06d11e26e5435f8f0c2fd0902f1dece57dc (diff)
parent62d4698b651ec93b84dcb2f04fffdbd2b420f103 (diff)
merge of 'aa327bc6909e97c6358a09ecd6fca8e61ae204e7'
and 'c0a3e474625678b13727e12b833983f6e3389de1'
Diffstat (limited to 'packages/python/python-dbus_0.81.1.bb')
-rw-r--r--packages/python/python-dbus_0.81.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/python/python-dbus_0.81.1.bb b/packages/python/python-dbus_0.81.1.bb
index ad3b1c177b..86628bad26 100644
--- a/packages/python/python-dbus_0.81.1.bb
+++ b/packages/python/python-dbus_0.81.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python"
RDEPENDS = "dbus python-threading python-io python-stringold python-logging"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz \
file://allow-older-autotools.patch;patch=1 \
@@ -16,3 +16,7 @@ inherit distutils-base autotools
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
+do_stage() {
+ autotools_stage_all
+}
+