aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-09-13 20:52:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-13 20:52:30 +0000
commit2976a8038288fdc9d5e3fde75d26ab0c66919435 (patch)
tree54cb84a115dc2c5b56ac5a14870a5b87d33a6f0b /packages/dbus
parent251e6680813f6c691ccf0d9a4862020e229704fd (diff)
downloadopenembedded-2976a8038288fdc9d5e3fde75d26ab0c66919435.tar.gz
dbus: add a dbus-native package for dbus 0.50
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus-native_0.50.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/dbus/dbus-native_0.50.bb b/packages/dbus/dbus-native_0.50.bb
new file mode 100644
index 0000000000..916f7ad8e2
--- /dev/null
+++ b/packages/dbus/dbus-native_0.50.bb
@@ -0,0 +1,16 @@
+include 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
+}
+