summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-python_0.71.bb
blob: 7c80a1be3ccc4d9dc15cd45c2c127eee968a8d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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