diff options
author | Ross Burton <ross@openedhand.com> | 2007-06-27 11:09:57 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-06-27 11:09:57 +0000 |
commit | 660d9d6228d42a76cda16ceb461dc17189de8e86 (patch) | |
tree | e1545aca740b478a8042035c6aac73028f6b114b /meta/packages/dbus/dbus-glib-native_0.74.bb | |
parent | a50aa849db4a73eca084e81596d3f090b988ea27 (diff) | |
download | poky-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.bb | 21 |
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 @@ | |||
1 | SECTION = "base" | ||
2 | PR = "r0" | ||
3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | ||
4 | DESCRIPTION = "message bus system for applications to talk to one another" | ||
5 | LICENSE = "GPL" | ||
6 | |||
7 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \ | ||
8 | file://run-with-tmp-session-bus.patch;patch=1" | ||
9 | |||
10 | inherit autotools pkgconfig gettext native | ||
11 | |||
12 | S = "${WORKDIR}/dbus-glib-${PV}" | ||
13 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib-${PV}" | ||
14 | DEPENDS = "glib-2.0-native dbus-native" | ||
15 | |||
16 | do_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 | } | ||