Skip to content

Commit

Permalink
wayland-protocols: Upgrade 1.31.imx -> 1.32.imx
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hochstein <[email protected]>
  • Loading branch information
thochstein committed Oct 31, 2023
1 parent 74253d9 commit 5dee042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions conf/machine/include/imx-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,10 @@ PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.4.imx"
PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.4.imx"
PREFERRED_VERSION_weston:imx-mainline-bsp = ""

PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.31.imx"
PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.31.imx"
PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.31.imx"
PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.31.imx"
PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.32.imx"
PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.32.imx"
PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.32.imx"
PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.32.imx"

PREFERRED_VERSION_wayland-native ??= "1.22.0.imx"
PREFERRED_VERSION_nativesdk-wayland ??= "1.22.0.imx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"

SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31"
SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92"
SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}"
SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 5dee042

Please sign in to comment.