Skip to content

Commit cbc8558

Browse files
committed
wayland-protocols: Upgrade to 1.31 on imx fork
Fixes Freescale#1490 Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent 315d018 commit cbc8558

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎conf/machine/include/imx-base.inc‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,10 @@ PREFERRED_PROVIDER_virtual/opencl-icd:imxgpu ?= "imx-gpu-viv"
517517
PREFERRED_VERSION_weston:imx-nxp-bsp ??= "10.0.1.imx"
518518
PREFERRED_VERSION_weston:imx-mainline-bsp = ""
519519

520-
PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.25.imx"
521-
PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.25.imx"
522-
PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.25.imx"
523-
PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.25.imx"
520+
PREFERRED_VERSION_wayland-protocols:mx6-nxp-bsp ??= "1.31.imx"
521+
PREFERRED_VERSION_wayland-protocols:mx7-nxp-bsp ??= "1.31.imx"
522+
PREFERRED_VERSION_wayland-protocols:mx8-nxp-bsp ??= "1.31.imx"
523+
PREFERRED_VERSION_wayland-protocols:mx9-nxp-bsp ??= "1.31.imx"
524524

525525
# Use i.MX libdrm Version
526526
PREFERRED_VERSION_libdrm:mx6-nxp-bsp ??= "2.4.109.imx"

‎recipes-graphics/wayland/wayland-protocols_1.25.imx.bb‎ renamed to ‎recipes-graphics/wayland/wayland-protocols_1.31.imx.bb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ protocol either in Wayland core, or some other protocol in \
66
wayland-protocols."
77
HOMEPAGE = "http://wayland.freedesktop.org"
88
LICENSE = "MIT"
9-
LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
9+
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
1010
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
1111

12-
SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.25"
13-
SRCREV = "a104fb66d1b899dc04077422c2204638675ee4a6"
12+
SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.31"
13+
SRCREV = "99a2a439fc6b5d25d41bfec9c9b459408a45bf92"
1414
S = "${WORKDIR}/git"
1515

1616
UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"

0 commit comments

Comments
 (0)