summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-11-18 08:38:38 -0300
committerGitHub <noreply@github.com>2022-11-18 08:38:38 -0300
commit59141b2c2d026710643ef35185294bcead185c81 (patch)
tree5bd9be2a5b01eccc088f6478e24b6853e0062358 /recipes-graphics/wayland
parentd0088a4e57da092e46699d8414a44730c472a9bc (diff)
parent8114b55995e4e73c19dab6670adc8d7ec633f8af (diff)
downloadmeta-freescale-59141b2c2d026710643ef35185294bcead185c81.tar.gz
Merge pull request #1306 from MaxKrummenacher/master
Upgrade Graphics Packages to lf5.15.52_2.1.0
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