summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-python_0.70.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dbus/dbus-python_0.70.bb')
-rw-r--r--packages/dbus/dbus-python_0.70.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/dbus/dbus-python_0.70.bb b/packages/dbus/dbus-python_0.70.bb
new file mode 100644
index 0000000000..7bfbc931ed
--- /dev/null
+++ b/packages/dbus/dbus-python_0.70.bb
@@ -0,0 +1,15 @@
+DEFAULT_PREFERENCE="-1"
+
+SECTION = "devel/python"
+PRIORITY = "optional"
+HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
+DESCRIPTION = "message bus system for applications to talk to one another - python bindings"
+LICENSE = "GPL"
+PR = "r0"
+DEPENDS = "python-native"
+
+SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz \
+ file://cross.patch;patch=1 \
+ file://dbus-python-0.70-fix-binary-modules-dir.patch;patch=1"
+
+inherit distutils