diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-28 14:55:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-28 14:55:32 +0000 |
commit | 560857434263e6ecc93efbc6835b53377f850ea9 (patch) | |
tree | b9790a9ffd7ddfee12f937c240fd71e027fe658f /packages/dbus/dbus-native_1.1.4.bb | |
parent | e16e13cf7fa3618153cd7f82026c21616ad5bc56 (diff) |
clean up dbus directory, remove unused patches, make better use of .inc file
Diffstat (limited to 'packages/dbus/dbus-native_1.1.4.bb')
-rw-r--r-- | packages/dbus/dbus-native_1.1.4.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/dbus/dbus-native_1.1.4.bb b/packages/dbus/dbus-native_1.1.4.bb new file mode 100644 index 0000000000..a006965a32 --- /dev/null +++ b/packages/dbus/dbus-native_1.1.4.bb @@ -0,0 +1,25 @@ +require dbus.inc +inherit native + +DEPENDS = "glib-2.0-native libxml2-native expat-native" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" + +SRC_URI = "\ + http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ + file://cross.patch;patch=1 \ + file://tmpdir.patch;patch=1 \ + file://dbus-1.init \ +" + +do_stage() { + oe_runmake install + autotools_stage_all + + # for dbus-glib-native introspection generation + install -d ${STAGING_DATADIR}/dbus + install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf +} + +do_install() { + : +} |