summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2015-05-19 16:56:20 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2015-05-19 17:01:02 +0000
commit80332d55b5b4e0a85cbbb97f12d94aa00e6545eb (patch)
treeb96894e3c6b2cd5d7841cf8b99cda0b4b9969818
parent5079743cdc4e88613b8a18c0ee78b11da8aeb94d (diff)
downloaddefinitions-80332d55b5b4e0a85cbbb97f12d94aa00e6545eb.tar.gz
Upgrade dbus to 1.9.16
We can also now use enable-user-session to ensure users have a dbus session
-rw-r--r--strata/foundation.morph4
-rw-r--r--strata/foundation/dbus.morph2
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: