diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-08-15 10:47:50 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2025-08-26 10:05:32 -0500 |
| commit | a2f9d421786cef0fd0b377c81259dee9c78f4b4a (patch) | |
| tree | 24d8e84c58767411c9d505c7eb4110397501884a | |
| parent | 02c684185da1c20dcb41501c198ad6cd5c5f1d54 (diff) | |
| download | meta-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.inc | 2 | ||||
| -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" | |||
| 582 | PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" | 582 | PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx" |
| 583 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" | 583 | PREFERRED_VERSION_weston:imx-mainline-bsp = "" |
| 584 | 584 | ||
| 585 | PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.37.imx" | 585 | PREFERRED_VERSION_wayland-protocols:imx-nxp-bsp ??= "1.41.imx" |
| 586 | 586 | ||
| 587 | PREFERRED_VERSION_xwayland:imx-nxp-bsp ??= "24.1.6.imx" | 587 | PREFERRED_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 | ||
| 12 | SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}" | 12 | SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}" |
| 13 | WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https" | 13 | WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https" |
| 14 | SRCBRANCH = "wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}" | 14 | SRCBRANCH = "wayland-protocols-imx-1.41" |
| 15 | SRCREV = "831a5389062e56dcb1aac4a5419e55e3002aafaf" | 15 | SRCREV = "7213a4e09837c77112bce2d241491600e00dd095" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 17 | UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" |
| 18 | UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)" | ||
| 19 | |||
| 20 | DEPENDS += "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 | ||
| 23 | EXTRA_OEMESON += "-Dtests=false" | 26 | EXTRA_OEMESON += "-Dtests=false" |
| 24 | 27 | ||
| 25 | PACKAGES = "${PN}" | ||
| 26 | FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
| 29 | 29 | ||
| 30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 30 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
