summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-05-19 16:56:20 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-05-22 14:28:34 +0000
commit1a4cdcf32aa65d0130dae882a7a13e69162274cb (patch)
tree0342827b0dc8540a905a1fd60ddab901d3c3cf4b
parent7867b79675269c9e5c2eac9bf1b98d60a6f22bc6 (diff)
downloaddefinitions-1a4cdcf32aa65d0130dae882a7a13e69162274cb.tar.gz
Upgrade dbus to 1.9.16
We can also now use enable-user-session to ensure users have a dbus session Change-Id: I80c174d9ef9ea7d848c2828ae03934c6bdb2c8c4
-rw-r--r--strata/foundation.morph8
-rw-r--r--strata/foundation/dbus.morph2
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: