diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-03-14 09:03:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-03-14 14:48:56 +0000 |
commit | 67662f237904ad175fc1137204356225e0507d9e (patch) | |
tree | dc43d0651175dd15a7f3a389fb112c0d690b2d7d /meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb | |
parent | 20dfa8d262d6de0c689cce0d8fc0b76a40ba5a75 (diff) |
Upgrade to Wayland/Weston 1.9.0
Yocto 2.0 ("Jethro") provides Wayland and Weston 1.8.0;
manually upgrading to 1.9.0 does not break compatibility
with existing frameworks (Qt..), while at the same time
allowing easier integration of mandatory components such
as Weston IVI-Shell and Wayland IVI Extension.
We can thus in the same pass remove backport patches for
these 2 components.
Here is the related discussion on the mailing list :
http://lists.linuxfoundation.org/pipermail/
automotive-discussions/2016-March/001623.html
Change-Id: I874eac50ff64d8b93e32910b6f1297002faa06a5
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb')
-rw-r--r-- | meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb index 7bc619072..9582a5a55 100644 --- a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb +++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.5.0.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=176cedb32f48dd58f07e0c1c717b3ea4" DEPENDS = "weston" SRC_URI = "git://git.projects.genivi.org/${PN}.git \ - file://apply_weston-1.5.x.patch \ " SRC_URI_append_wandboard = "file://wandboard_fix_build.patch" |