summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-08-15 10:47:50 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2025-08-26 10:05:32 -0500
commita2f9d421786cef0fd0b377c81259dee9c78f4b4a (patch)
tree24d8e84c58767411c9d505c7eb4110397501884a
parent02c684185da1c20dcb41501c198ad6cd5c5f1d54 (diff)
downloadmeta-freescale-a2f9d421786cef0fd0b377c81259dee9c78f4b4a.tar.gz
wayland-protocols: Upgrade 1.37.imx -> 1.41.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--conf/machine/include/imx-base.inc2
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.41.imx.bb (renamed from recipes-graphics/wayland/wayland-protocols_1.37.imx.bb)12
2 files changed, 7 insertions, 7 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 5966da36c..6d1671a77 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -582,7 +582,7 @@ PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.5.imx"
582PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" 582PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx"
583PREFERRED_VERSION_weston:imx-mainline-bsp = "" 583PREFERRED_VERSION_weston:imx-mainline-bsp = ""
584 584
585PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.37.imx" 585PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.41.imx"
586 586
587PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "24.1.6.imx" 587PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "24.1.6.imx"
588 588
diff --git a/recipes-graphics/wayland/wayland-protocols_1.37.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.41.imx.bb
index f360706be..3350a4795 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.37.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.41.imx.bb
@@ -11,10 +11,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
11 11
12SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}" 12SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}"
13WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https" 13WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https"
14SRCBRANCH = "wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}" 14SRCBRANCH = "wayland-protocols-imx-1.41"
15SRCREV = "831a5389062e56dcb1aac4a5419e55e3002aafaf" 15SRCREV = "7213a4e09837c77112bce2d241491600e00dd095"
16 16
17UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" 17UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
18UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)"
19
20DEPENDS += "wayland-native"
18 21
19# NOTE: For i.MX drop allarch since the recipe is SOCARCH 22# NOTE: For i.MX drop allarch since the recipe is SOCARCH
20#inherit meson pkgconfig allarch 23#inherit meson pkgconfig allarch
@@ -22,9 +25,6 @@ inherit meson pkgconfig
22 25
23EXTRA_OEMESON += "-Dtests=false" 26EXTRA_OEMESON += "-Dtests=false"
24 27
25PACKAGES = "${PN}"
26FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
27
28BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"
29 29
30PACKAGE_ARCH = "${MACHINE_SOCARCH}" 30PACKAGE_ARCH = "${MACHINE_SOCARCH}"