summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib-native_0.74.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-06-27 11:09:57 +0000
committerRoss Burton <ross@openedhand.com>2007-06-27 11:09:57 +0000
commit660d9d6228d42a76cda16ceb461dc17189de8e86 (patch)
treee1545aca740b478a8042035c6aac73028f6b114b /meta/packages/dbus/dbus-glib-native_0.74.bb
parenta50aa849db4a73eca084e81596d3f090b988ea27 (diff)
downloadpoky-660d9d6228d42a76cda16ceb461dc17189de8e86.tar.gz
Upgrade to dbus-glib 0.74
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2017 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus-glib-native_0.74.bb')
-rw-r--r--meta/packages/dbus/dbus-glib-native_0.74.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus-glib-native_0.74.bb b/meta/packages/dbus/dbus-glib-native_0.74.bb
new file mode 100644
index 0000000000..d76cc043d4
--- /dev/null
+++ b/meta/packages/dbus/dbus-glib-native_0.74.bb
@@ -0,0 +1,21 @@
1SECTION = "base"
2PR = "r0"
3HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
4DESCRIPTION = "message bus system for applications to talk to one another"
5LICENSE = "GPL"
6
7SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
8 file://run-with-tmp-session-bus.patch;patch=1"
9
10inherit autotools pkgconfig gettext native
11
12S = "${WORKDIR}/dbus-glib-${PV}"
13FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib-${PV}"
14DEPENDS = "glib-2.0-native dbus-native"
15
16do_stage() {
17 oe_runmake install
18 install -d ${STAGING_DATADIR}/dbus
19 install -m 0644 tools/dbus-bus-introspect.xml ${STAGING_DATADIR}/dbus
20 install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
21}