summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston_9.0.0.imx.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-07-11 22:05:47 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-13 11:40:14 +0000
commit033a38002cbec2240e8a7df7b0e1c3a388b90ae5 (patch)
tree94b1792cedbac86083510ce5760b07124150d6ee /recipes-graphics/wayland/weston_9.0.0.imx.bb
parent2b07a82cb7feac751e37b250db87102ef3f52c0d (diff)
downloadmeta-freescale-033a38002cbec2240e8a7df7b0e1c3a388b90ae5.tar.gz
weston: 9.0.0.imx: fix build with latest master
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit ecb8d8986d5a46b7cacde50a1f16e9b03840f8e0)
Diffstat (limited to 'recipes-graphics/wayland/weston_9.0.0.imx.bb')
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bb b/recipes-graphics/wayland/weston_9.0.0.imx.bb
index 228cf4fa..63143787 100644
--- a/recipes-graphics/wayland/weston_9.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bb
@@ -162,7 +162,9 @@ SRCBRANCH = "weston-imx-9.0"
162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ 162SRC_URI:remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
163 file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \ 163 file://0001-tests-include-fcntl.h-for-open-O_RDWR-O_CLOEXEC-and-.patch \
164" 164"
165SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " 165SRC_URI:prepend = "git://source.codeaurora.org/external/imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} \
166 file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch \
167"
166SRCREV = "7859a762617682bd804e210ad3bda6bdcd3ea24a" 168SRCREV = "7859a762617682bd804e210ad3bda6bdcd3ea24a"
167S = "${WORKDIR}/git" 169S = "${WORKDIR}/git"
168 170