summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
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 /recipes-graphics
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.41.imx.bb (renamed from recipes-graphics/wayland/wayland-protocols_1.37.imx.bb)12
1 files changed, 6 insertions, 6 deletions
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}"