diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-29 23:28:26 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-07-29 23:28:26 +0000 |
commit | 110a855c87073f306b008cff224ea869f74022a2 (patch) | |
tree | 8389719fe7f1babdfb08ab87918282067772c81f /packages/dbus/dbus-python_0.71.bb | |
parent | bb05d950954fb06dbb8455360eaf652b08266f04 (diff) |
dbus, dbus-glib, dbus-python: update to 0.91/0.71
Diffstat (limited to 'packages/dbus/dbus-python_0.71.bb')
-rw-r--r-- | packages/dbus/dbus-python_0.71.bb | 14 |
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 |