From 80332d55b5b4e0a85cbbb97f12d94aa00e6545eb Mon Sep 17 00:00:00 2001 From: James Thomas Date: Tue, 19 May 2015 16:56:20 +0000 Subject: Upgrade dbus to 1.9.16 We can also now use enable-user-session to ensure users have a dbus session --- strata/foundation.morph | 4 ++-- strata/foundation/dbus.morph | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/strata/foundation.morph b/strata/foundation.morph index 595a409f..2030049c 100644 --- a/strata/foundation.morph +++ b/strata/foundation.morph @@ -31,7 +31,7 @@ chunks: - name: dbus-pre morph: strata/foundation/dbus-pre.morph repo: upstream:dbus - ref: 3c055572ced8f63eb9756caa4b1a19225f22e6ff + ref: baserock/genivi/dbus-1.9.16-1-g92a2d95 unpetrify-ref: baserock/dbus-1.8.16-1-g3c05557/genivi/J-1.0 - name: libgpg-error morph: strata/foundation/libgpg-error.morph @@ -84,7 +84,7 @@ chunks: - name: dbus morph: strata/foundation/dbus.morph repo: upstream:dbus - ref: 3c055572ced8f63eb9756caa4b1a19225f22e6ff + ref: baserock/genivi/dbus-1.9.16-1-g92a2d95 unpetrify-ref: baserock/dbus-1.8.16-1-g3c05557/genivi/J-1.0 build-depends: - systemd diff --git a/strata/foundation/dbus.morph b/strata/foundation/dbus.morph index 255d2915..23840ce1 100644 --- a/strata/foundation/dbus.morph +++ b/strata/foundation/dbus.morph @@ -3,7 +3,7 @@ kind: chunk build-system: autotools configure-commands: - sh autogen.sh --no-configure -- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc +- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --enable-user-session build-commands: - make XMLTO_OUTPUT= install-commands: -- cgit v1.2.1