summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib-native_0.72.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 14:20:37 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 14:20:37 +0000
commit0405bf5645e53ae375fd54e8f95b140b374421e0 (patch)
tree6d0fe0c651f550cb5977eb2f617a7a2941c5230c /meta/packages/dbus/dbus-glib-native_0.72.bb
parent902bcfa157f48a012a8c3135d45d3f9479e63136 (diff)
downloadpoky-0405bf5645e53ae375fd54e8f95b140b374421e0.tar.gz
Add dbus+dbus-native 1.01, dbus-glib+dbus-glib-native 0.72 from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@929 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus-glib-native_0.72.bb')
-rw-r--r--meta/packages/dbus/dbus-glib-native_0.72.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus-glib-native_0.72.bb b/meta/packages/dbus/dbus-glib-native_0.72.bb
new file mode 100644
index 0000000000..842ddeb159
--- /dev/null
+++ b/meta/packages/dbus/dbus-glib-native_0.72.bb
@@ -0,0 +1,22 @@
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://cross.patch;patch=1 \
9 file://run-with-tmp-session-bus.patch;patch=1"
10
11inherit autotools pkgconfig gettext native
12
13S = "${WORKDIR}/dbus-glib-${PV}"
14FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib-${PV}"
15DEPENDS = "glib-2.0-native dbus-native"
16
17do_stage() {
18 oe_runmake install
19 install -d ${STAGING_DATADIR}/dbus
20 install -m 0644 tools/dbus-bus-introspect.xml ${STAGING_DATADIR}/dbus
21 install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
22}