summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-07-29 10:04:07 +0300
committerValentin Jec <valentin.jec@nxp.com>2024-08-08 14:14:04 +0300
commit4297c9d7b0799b48527efa990b8b5e8b35e41596 (patch)
treed07d1234bdde9816bed9e7e6e0d28b16432a82d7
parent6204783c642c92e3d59d0cbea494df59d5958cd7 (diff)
downloadmeta-freescale-4297c9d7b0799b48527efa990b8b5e8b35e41596.tar.gz
weston: Upgrade from 12.0.3.imx to 12.0.4.imx
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
-rw-r--r--recipes-graphics/wayland/weston_12.0.4.imx.bb (renamed from recipes-graphics/wayland/weston_12.0.3.imx.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_12.0.3.imx.bb b/recipes-graphics/wayland/weston_12.0.4.imx.bb
index 14b79f18c..db0bfc4e5 100644
--- a/recipes-graphics/wayland/weston_12.0.3.imx.bb
+++ b/recipes-graphics/wayland/weston_12.0.4.imx.bb
@@ -167,10 +167,11 @@ LIC_FILES_CHKSUM += "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70"
167DEFAULT_PREFERENCE = "-1" 167DEFAULT_PREFERENCE = "-1"
168 168
169SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz" 169SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz"
170SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 170SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} "
171WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
171SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" 172SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
172SRCBRANCH = "weston-imx-12.0.3" 173SRCBRANCH = "weston-imx-12.0.4"
173SRCREV = "b0d890915ee191ceb10e79ea9a830281f5c6258f" 174SRCREV = "461c49d20677cfd36d01a95dafbd9eedf2a4b09c"
174S = "${WORKDIR}/git" 175S = "${WORKDIR}/git"
175 176
176PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" 177PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"