[oe-commits] org.oe.dev dbus-native: add 0.92

pH5 commit openembedded-commits at lists.openembedded.org
Sun Aug 27 11:42:26 UTC 2006


dbus-native: add 0.92

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: cecec739c02c73f3f476b4e26d531df390fd024c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cecec739c02c73f3f476b4e26d531df390fd024c
Files:
1
packages/dbus/dbus-native_0.92.bb
Diffs:

#
# mt diff -r7217ed94af82281b7a463fa1883fb76aecba0c43 -rcecec739c02c73f3f476b4e26d531df390fd024c
#
# 
# 
# add_file "packages/dbus/dbus-native_0.92.bb"
#  content [880867e50763a196f2f9bf098214cfe591d9c53e]
# 
============================================================
--- packages/dbus/dbus-native_0.92.bb	880867e50763a196f2f9bf098214cfe591d9c53e
+++ packages/dbus/dbus-native_0.92.bb	880867e50763a196f2f9bf098214cfe591d9c53e
@@ -0,0 +1,27 @@
+SECTION = "base"
+PR = "r0"
+HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
+DESCRIPTION = "message bus system for applications to talk to one another"
+LICENSE = "GPL"
+
+S = "${WORKDIR}/dbus-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus"
+DEPENDS = "glib-2.0-native"
+
+SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
+	   file://cross.patch;patch=1 \
+	   file://tmpdir.patch;patch=1"
+
+inherit autotools pkgconfig gettext native
+
+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 -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
+}






More information about the Openembedded-commits mailing list