blob: a47a6b26aa1997ecb95e5eab3dbed35ec66eddaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
HOMEPAGE = http://www.freedesktop.org/Software/dbus
DESCRIPTION = "message bus system for applications to talk to one another"
DEPENDS = virtual/libc expat
RDEPENDS = libc6 expat
SRC_URI = 'http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \
file://${FILESDIR}/cross.patch;patch=1'
inherit autotools libtool
EXTRA_OECONF = '--disable-qt --disable-glib --disable-gtk --disable-tests \
--disable-checks --disable-xml-docs --disable-doxygen-docs \
--with-xml=expat --without-x'
|