summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-python_0.71.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dbus/dbus-python_0.71.bb')
-rw-r--r--packages/dbus/dbus-python_0.71.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/dbus/dbus-python_0.71.bb b/packages/dbus/dbus-python_0.71.bb
new file mode 100644
index 0000000000..7c80a1be3c
--- /dev/null
+++ b/packages/dbus/dbus-python_0.71.bb
@@ -0,0 +1,14 @@
+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"
+
+inherit distutils