summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-03-25 12:11:57 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-03-25 12:38:00 -0500
commit376017791eb94464b0c64c79d7a084b4fa125a29 (patch)
tree61a34420ca46fb4492048d8de17bbf828f4626c8 /recipes-graphics/wayland
parent13106b8b13c1fff3fddf1f3a63f6d81372f49e2f (diff)
downloadmeta-freescale-376017791eb94464b0c64c79d7a084b4fa125a29.tar.gz
wayland-protocols: Upgrade 1.22.imx -> 1.25.imx
This is a pre-release version from upcoming NXP Q2 release added to kirkstone to fix mesa compatibility problems. The commit does also update the recipe to align with the one in OE-core. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.25.imx.bb (renamed from recipes-graphics/wayland/wayland-protocols_1.22.imx.bb)12
1 files changed, 9 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.22.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb
index 8cc2f137..be6cbdb0 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.22.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb
@@ -9,11 +9,17 @@ LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ 9LIC_FILES_CHKSUM = "file://COPYING;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://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.22" 12SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-1.25"
13SRCREV = "0f71ffe59cf4c3f050ff79ea18f96345fcf0061e" 13SRCREV = "a104fb66d1b899dc04077422c2204638675ee4a6"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools pkgconfig 16UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html"
17
18# NOTE: For i.MX drop allarch since the recipe is SOCARCH
19#inherit meson pkgconfig allarch
20inherit meson pkgconfig
21
22EXTRA_OEMESON += "-Dtests=false"
17 23
18PACKAGES = "${PN}" 24PACKAGES = "${PN}"
19FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 25FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"