From c411c5cdccdb9f5596a6ddc52b8a8d90c56316ee Mon Sep 17 00:00:00 2001 From: James Thomas Date: Thu, 13 Nov 2014 11:42:55 +0000 Subject: Upgrade weston-ivi-shell --- strata/weston-genivi.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/weston-genivi.morph b/strata/weston-genivi.morph index dd4d5b9b..9c136472 100644 --- a/strata/weston-genivi.morph +++ b/strata/weston-genivi.morph @@ -15,8 +15,8 @@ chunks: - name: weston morph: strata/weston-genivi/weston.morph repo: upstream:weston - ref: 5d9e9c1393c6b0ea6ce52912fc458c963e644547 - unpetrify-ref: baserock/genivi/1.2.0 + ref: 5d7a71cb941ed419ec042ea28be56c87ea407db6 + unpetrify-ref: baserock/genivi/1.3.0 build-depends: - linux-pam - name: wayland-ivi-extension -- cgit v1.2.1 From a3c191ec69d95aed6eee4e38406769fe5cbd7af4 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Thu, 13 Nov 2014 12:03:05 +0000 Subject: Upgrade wayland-ivi-extension Add a morph file as well, this way we don't need to modify the source to build --- strata/weston-genivi.morph | 5 +++-- strata/weston-genivi/wayland-ivi-extension.morph | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 strata/weston-genivi/wayland-ivi-extension.morph diff --git a/strata/weston-genivi.morph b/strata/weston-genivi.morph index 9c136472..d5d9faec 100644 --- a/strata/weston-genivi.morph +++ b/strata/weston-genivi.morph @@ -20,8 +20,9 @@ chunks: build-depends: - linux-pam - name: wayland-ivi-extension + morph: strata/weston-genivi/wayland-ivi-extension.morph repo: upstream:genivi/wayland-ivi-extension - ref: 633ce4f89f695c575bdfc080551b0e59c8287427 - unpetrify-ref: baserock/genivi/1.2.0 + ref: 43fa65ede93cef9e6c902df2248229ad204b510a + unpetrify-ref: master build-depends: - weston diff --git a/strata/weston-genivi/wayland-ivi-extension.morph b/strata/weston-genivi/wayland-ivi-extension.morph new file mode 100644 index 00000000..bceb2a88 --- /dev/null +++ b/strata/weston-genivi/wayland-ivi-extension.morph @@ -0,0 +1,8 @@ +name: wayland-ivi-extension +kind: chunk +configure-commands: +- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_C_FLAGS="-I/usr/include/weston" +build-commands: +- make +install-commands: +- make install DESTDIR="$DESTDIR" -- cgit v1.2.1