[oe-commits] org.oe.dev dbus-native: update to latest stable (1.0.1)

koen commit openembedded-commits at lists.openembedded.org
Sun Nov 19 19:05:42 UTC 2006


dbus-native: update to latest stable (1.0.1)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: cc4e8cb900f8abfeba9197df9ef3435a8f4c219a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cc4e8cb900f8abfeba9197df9ef3435a8f4c219a
Files:
1
packages/dbus/dbus-native_1.0.1.bb
Diffs:

#
# mt diff -r849a2cb0df2e3ddacfb56afe4608390d0abddde3 -rcc4e8cb900f8abfeba9197df9ef3435a8f4c219a
#
# 
# 
# add_file "packages/dbus/dbus-native_1.0.1.bb"
#  content [833883e0548ac4f60201dad953b020969a952971]
# 
============================================================
--- packages/dbus/dbus-native_1.0.1.bb	833883e0548ac4f60201dad953b020969a952971
+++ packages/dbus/dbus-native_1.0.1.bb	833883e0548ac4f60201dad953b020969a952971
@@ -0,0 +1,31 @@
+DESCRIPTION = "message bus system for applications to talk to one another"
+HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
+LICENSE = "GPL"
+SECTION = "base"
+
+PR = "r0"
+
+DEPENDS = "glib-2.0-native libxml2-native expat-native"
+
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-1.0.1"
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
+	   file://cross.patch;patch=1 \
+	   "
+
+inherit autotools pkgconfig gettext native
+
+S = "${WORKDIR}/dbus-${PV}"
+
+EXTRA_OECONF = "--disable-qt  --disable-qt3 --disable-gtk --disable-tests \
+		--disable-checks --disable-xml-docs --disable-doxygen-docs \
+		--with-xml=expat --without-x"
+
+do_stage () {
+	oe_runmake install
+	autotools_stage_all
+
+	# for dbus-glib-native introspection generation
+	install -d ${STAGING_DATADIR}/dbus
+	install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
+}






More information about the Openembedded-commits mailing list