From 0643401b8c8ee210961881c659e8079297e030a5 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 26 Apr 2016 09:35:39 +0000 Subject: [PATCH] Update wayland-fits for Weston 1.9.0 support (SPEC-174) wayland-fits did not compile anymore as we upgraded to Weston 1.9.0, which changes some internal macros, structures and function calls. Let us update to the latest upstream version, which has fixes for this issue. This is a backport of the following meta-oe patch: http://lists.openembedded.org/pipermail/openembedded-devel/ 2016-April/107176.html and fixes the following issue: https://jira.automotivelinux.org/browse/SPEC-174 Change-Id: Ic1c8676b2a5e8bb2c6f8da968a5cb27334bd7086 Signed-off-by: Manuel Bachmann --- meta-ivi-common/recipes-test/wayland/wayland-fits_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-ivi-common/recipes-test/wayland/wayland-fits_git.bbappend diff --git a/meta-ivi-common/recipes-test/wayland/wayland-fits_git.bbappend b/meta-ivi-common/recipes-test/wayland/wayland-fits_git.bbappend new file mode 100644 index 000000000..84c7cfdbe --- /dev/null +++ b/meta-ivi-common/recipes-test/wayland/wayland-fits_git.bbappend @@ -0,0 +1,2 @@ +# Updating to latest version is necessary for Weston >= 1.9.0 +SRCREV = "f108335e374772ae2818a30ae37fe6fcda81980f" -- 2.16.6