snips.sh

 1--- wayland_1.22.0.imx.bb	2023-09-06 20:34:55.169416916 -0700
 2+++ ../../../poky/meta/recipes-graphics/wayland/wayland_1.22.0.bb	2023-08-02 14:11:05.768744418 -0700
 3@@ -12,13 +12,11 @@
 4 
 5 DEPENDS = "expat libffi wayland-native"
 6 
 7-SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.22.0/downloads/${BP_ORIGINAL}.tar.xz \
 8+SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \
 9            file://run-ptest \
10            file://0001-build-Fix-strndup-detection-on-MinGW.patch \
11            "
12 SRC_URI[sha256sum] = "1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842"
13-BP_ORIGINAL = "${BPN}-1.22.0"
14-S = "${WORKDIR}/${BP_ORIGINAL}"
15 
16 UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
17 UPSTREAM_CHECK_REGEX = "wayland-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
18@@ -61,7 +59,3 @@
19 BBCLASSEXTEND = "native nativesdk"
20 
21 RDEPENDS:${PN}-ptest += "binutils sed ${PN}-tools"
22-
23-PACKAGE_ARCH = "${MACHINE_SOCARCH}"
24-
25-DEFAULT_PREFERENCE = "-1"