summaryrefslogtreecommitdiff
path: root/packages/obsolete/dbus/dbus-native_0.34.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-09-26 13:46:49 +0000
committerKoen Kooi <koen@openembedded.org>2006-09-26 13:46:49 +0000
commit9f05350074121aeb9ce283ebecf8d91e9ff2546e (patch)
treed2f9e035d7c9f40c428c870ccf11efff4e40439a /packages/obsolete/dbus/dbus-native_0.34.bb
parent1f3ed3b61f5a73aed5a4a995e9155dbbd631bbd2 (diff)
dbus: move obsolete versions (0.20 - 0.61) to packages/obsolete/dbus
* rebuild dbus and apps dependant on it
Diffstat (limited to 'packages/obsolete/dbus/dbus-native_0.34.bb')
-rw-r--r--packages/obsolete/dbus/dbus-native_0.34.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/obsolete/dbus/dbus-native_0.34.bb b/packages/obsolete/dbus/dbus-native_0.34.bb
new file mode 100644
index 0000000000..e293ecb551
--- /dev/null
+++ b/packages/obsolete/dbus/dbus-native_0.34.bb
@@ -0,0 +1,16 @@
+require dbus_${PV}.inc
+
+SRC_URI_EXTRA=""
+
+inherit native
+
+S = "${WORKDIR}/dbus-${PV}"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus"
+DEPENDS = "glib-2.0-native"
+
+do_stage() {
+ install -d ${STAGING_DATADIR}/dbus
+ install -m 0644 tools/dbus-bus-introspect.xml ${STAGING_DATADIR}/dbus
+ install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
+}
+