aboutsummaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2004-01-22 21:28:23 +0000
committerHolger Schurig <schurig@mn-solutions.de>2004-01-22 21:28:23 +0000
commitbdf76faed8ca986395344bd5309d6d2a01e12e85 (patch)
tree071b57557b2ef11436a375ad17d36a9038d6fd72 /dbus
parent4224b8ba5af269064f7b28abccf351f4f29cab64 (diff)
downloadopenembedded-bdf76faed8ca986395344bd5309d6d2a01e12e85.tar.gz
Merge http://openembedded@openembedded.bkbits.net/packages
into schurig.homelinux.net:/usr/src/oepackages 2004/01/22 22:27:56+01:00 homelinux.net!schurig cleanups BKrev: 40104077DY-9v1uDDHEWyusKTlnIjQ
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus_0.20.oe13
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'