From 1a4cdcf32aa65d0130dae882a7a13e69162274cb 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 Change-Id: I80c174d9ef9ea7d848c2828ae03934c6bdb2c8c4 --- strata/foundation.morph | 8 ++++---- strata/foundation/dbus.morph | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/strata/foundation.morph b/strata/foundation.morph index 595a409f..1be267ac 100644 --- a/strata/foundation.morph +++ b/strata/foundation.morph @@ -31,8 +31,8 @@ chunks: - name: dbus-pre morph: strata/foundation/dbus-pre.morph repo: upstream:dbus - ref: 3c055572ced8f63eb9756caa4b1a19225f22e6ff - unpetrify-ref: baserock/dbus-1.8.16-1-g3c05557/genivi/J-1.0 + ref: 92a2d95a6c4457783dbd663bab27260c328f2248 + unpetrify-ref: baserock/genivi/dbus-1.9.16-1-g92a2d95 - name: libgpg-error morph: strata/foundation/libgpg-error.morph repo: upstream:libgpg-error @@ -84,8 +84,8 @@ chunks: - name: dbus morph: strata/foundation/dbus.morph repo: upstream:dbus - ref: 3c055572ced8f63eb9756caa4b1a19225f22e6ff - unpetrify-ref: baserock/dbus-1.8.16-1-g3c05557/genivi/J-1.0 + ref: 92a2d95a6c4457783dbd663bab27260c328f2248 + unpetrify-ref: baserock/genivi/dbus-1.9.16-1-g92a2d95 build-depends: - systemd - name: openssh 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