summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-15 18:57:06 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-11-18 11:10:08 +0100
commit8114b55995e4e73c19dab6670adc8d7ec633f8af (patch)
tree5bd9be2a5b01eccc088f6478e24b6853e0062358 /recipes-graphics/wayland
parent5e6003bf5add83d67cd8f704d1512ebf5ee18b6f (diff)
downloadmeta-freescale-8114b55995e4e73c19dab6670adc8d7ec633f8af.tar.gz
weston imx: update from 10.0.0.imx to 10.0.1.imx
Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/weston_10.0.1.imx.bb (renamed from recipes-graphics/wayland/weston_10.0.0.imx.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.1.imx.bb
index effef386..84cd9fd8 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.1.imx.bb
@@ -160,13 +160,13 @@ SUMMARY = "Weston, a Wayland compositor, i.MX fork"
160DEFAULT_PREFERENCE = "-1" 160DEFAULT_PREFERENCE = "-1"
161 161
162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
163SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 163SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \ 164SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \
165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \ 165 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \
166 file://0001-tests-Add-dependency-on-screenshooter-client-protoco.patch \ 166 file://0001-tests-Add-dependency-on-screenshooter-client-protoco.patch \
167 " 167 "
168SRCBRANCH = "weston-imx-10.0" 168SRCBRANCH = "weston-imx-10.0.1"
169SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" 169SRCREV = "3f8f336b5d2cf7ea7aa4e047d669d093fc46dfe6"
170 170
171S = "${WORKDIR}/git" 171S = "${WORKDIR}/git"
172 172