summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_10.0.0.imx.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-12 21:00:25 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-13 10:18:48 +0000
commitbc92857569e0c46a3b7f409cde2d6dd136d59d86 (patch)
tree73f2218197b35bd0cba5c0ee19a5d6927a2f7b71 /recipes-graphics/wayland/weston_10.0.0.imx.bb
parent0615a60349ecc9adc07ff41346849e0a1cb20c82 (diff)
downloadmeta-freescale-bc92857569e0c46a3b7f409cde2d6dd136d59d86.tar.gz
weston: Fix build with clang-15
Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0dad0e1e9d075a957cf334e68ec5f09afeb3c2bd)
Diffstat (limited to 'recipes-graphics/wayland/weston_10.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_10.0.0.imx.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.0.imx.bb b/recipes-graphics/wayland/weston_10.0.0.imx.bb
index 8fce4472..a9f6ec13 100644
--- a/recipes-graphics/wayland/weston_10.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.0.imx.bb
@@ -160,7 +160,9 @@ DEFAULT_PREFERENCE = "-1"
160 160
161SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 161SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
162SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 162SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} "
163SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" 163SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \
164 file://0001-g2d-renderer.c-Include-sys-stat.h.patch \
165 "
164SRCBRANCH = "weston-imx-10.0" 166SRCBRANCH = "weston-imx-10.0"
165SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d" 167SRCREV = "c8c6e3106b03441db1037afa995f95fcb2f9f17d"
166 168