diff options
Diffstat (limited to 'dbus/dbus_0.20.oe')
-rw-r--r-- | dbus/dbus_0.20.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe index e69de29bb2..a47a6b26aa 100644 --- a/dbus/dbus_0.20.oe +++ b/dbus/dbus_0.20.oe @@ -0,0 +1,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' |