diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-20 12:01:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-20 12:01:14 +0000 |
commit | f8a2614f796127c1e4d8ad7398f4d4cf401d11af (patch) | |
tree | c22f75f3af449558ef0a05603240a908c12b24cf /packages/dbus/dbus-native_1.2.1.bb | |
parent | 57f5b54d3732a67d4e708eb5146f11d951249afc (diff) |
dbus: update stable version from 1.1.20 (aka 1.2.0) to 1.2.1. BUGFIX only release
Diffstat (limited to 'packages/dbus/dbus-native_1.2.1.bb')
-rw-r--r-- | packages/dbus/dbus-native_1.2.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/dbus/dbus-native_1.2.1.bb b/packages/dbus/dbus-native_1.2.1.bb new file mode 100644 index 0000000000..c97a6c6420 --- /dev/null +++ b/packages/dbus/dbus-native_1.2.1.bb @@ -0,0 +1,26 @@ +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://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ + file://cross.patch;patch=1 \ + file://tmpdir.patch;patch=1 \ + file://fix-dbus-launch-x11.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() { + : +} |