weston: update bbappend for weston 13
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 23 Jan 2024 18:20:25 +0000 (18:20 +0000)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Apr 2024 14:15:24 +0000 (16:15 +0200)
Update the bbappend to match latest YP versions.

Bug-AGL: SPEC-5057
Change-Id: Ia123a68b55f2ba7cc2c7f292fcdb4d670f4509e1
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/weston_13.0.%.bbappend [moved from meta-agl-core/recipes-graphics/wayland/weston_12.0.%.bbappend with 70% similarity]
meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc [moved from meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc with 87% similarity]

@@ -1 +1 @@
-require ${@bb.utils.contains('AGL_FEATURES', 'aglcore', 'weston_12.0_aglcore.inc', '', d)}
+require ${@bb.utils.contains('AGL_FEATURES', 'aglcore', 'weston_13.0_aglcore.inc', '', d)}
@@ -2,8 +2,7 @@ FILESEXTRAPATHS:append := ":${THISDIR}/weston"
 
 PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
 
-SRC_URI:append = "file://0001-libweston-weston-log-Add-a-iterator-helper-for-debug.patch \
-                 file://0001-toy-toolkit-Fix-rotations.patch \
+SRC_URI:append = " \
                  file://0001-clients-Handle-missing-pointer_surface-is-there-s-no.patch \
 "