summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-10-31 11:53:14 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-10-31 12:00:08 -0700
commit5dee042359501e7b470f1ecd9d98abdf9f27eb3b (patch)
tree1c66ecf4e45afbcc4eb1291a88aa8888a33df37a
parent74253d95c92488c68b6c30be8f7b514e59fbaeb3 (diff)
downloadmeta-freescale-5dee042359501e7b470f1ecd9d98abdf9f27eb3b.tar.gz
wayland-protocols: Upgrade 1.31.imx -> 1.32.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--conf/machine/include/imx-base.inc8
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.32.imx.bb (renamed from recipes-graphics/wayland/wayland-protocols_1.31.imx.bb)4
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 70f2c79c..71c2aa80 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -568,10 +568,10 @@ PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.4.imx"
568PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.4.imx" 568PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.4.imx"
569PREFERRED_VERSION_weston:imx-mainline-bsp = "" 569PREFERRED_VERSION_weston:imx-mainline-bsp = ""
570 570
571PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.31.imx" 571PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.32.imx"
572PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.31.imx" 572PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.32.imx"
573PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.31.imx" 573PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.32.imx"
574PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.31.imx" 574PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.32.imx"
575 575
576PREFERRED_VERSION_wayland-native ??= "1.22.0.imx" 576PREFERRED_VERSION_wayland-native ??= "1.22.0.imx"
577PREFERRED_VERSION_nativesdk-wayland ??= "1.22.0.imx" 577PREFERRED_VERSION_nativesdk-wayland ??= "1.22.0.imx"
diff --git a/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb
index 534f46c8..6b2a7091 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.31.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb
@@ -9,8 +9,8 @@ LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \ 9LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
10 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" 10 file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
11 11
12SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31" 12SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}"
13SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92" 13SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16