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