conf/distro/jlime-donkey.conf : Added parted & Dialog to distro_rdepends
[vuplus_openembedded] / packages / dbus / dbus-python_0.71.bb
1 DEFAULT_PREFERENCE="-1"
2
3 SECTION = "devel/python"
4 PRIORITY = "optional"
5 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
6 DESCRIPTION = "message bus system for applications to talk to one another - python bindings"
7 LICENSE = "GPL"
8 PR = "r0"
9 DEPENDS = "python-native"
10
11 SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz \
12            file://cross.patch;patch=1"
13
14 inherit distutils