diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-15 18:57:06 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-18 11:10:08 +0100 |
commit | 8114b55995e4e73c19dab6670adc8d7ec633f8af (patch) | |
tree | 5bd9be2a5b01eccc088f6478e24b6853e0062358 /recipes-graphics | |
parent | 5e6003bf5add83d67cd8f704d1512ebf5ee18b6f (diff) | |
download | meta-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')
-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" | |||
160 | DEFAULT_PREFERENCE = "-1" | 160 | DEFAULT_PREFERENCE = "-1" |
161 | 161 | ||
162 | SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 162 | SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
163 | SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " | 163 | SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " |
164 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \ | 164 | SRC_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 | " |
168 | SRCBRANCH = "weston-imx-10.0" | 168 | SRCBRANCH = "weston-imx-10.0.1" |
169 | SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" | 169 | SRCREV = "3f8f336b5d2cf7ea7aa4e047d669d093fc46dfe6" |
170 | 170 | ||
171 | S = "${WORKDIR}/git" | 171 | S = "${WORKDIR}/git" |
172 | 172 | ||