diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2024-07-29 10:04:07 +0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-27 14:16:11 -0300 |
commit | d3b0de77665a0e568238d6a39b7d3efc8154ef85 (patch) | |
tree | 929f484ed194caae63ddffd5ded46670cf68418e | |
parent | ca7fa4bc8d69580f7ede825f3d46c7f41173d11b (diff) | |
download | meta-freescale-d3b0de77665a0e568238d6a39b7d3efc8154ef85.tar.gz |
weston: Upgrade from 12.0.3.imx to 12.0.4.imx
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 4297c9d7b0799b48527efa990b8b5e8b35e41596)
-rw-r--r-- | recipes-graphics/wayland/weston_12.0.4.imx.bb (renamed from recipes-graphics/wayland/weston_12.0.3.imx.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/wayland/weston_12.0.3.imx.bb b/recipes-graphics/wayland/weston_12.0.4.imx.bb index 8114ddbbf..d543900d2 100644 --- a/recipes-graphics/wayland/weston_12.0.3.imx.bb +++ b/recipes-graphics/wayland/weston_12.0.4.imx.bb | |||
@@ -167,10 +167,11 @@ LIC_FILES_CHKSUM += "file://LICENSE;md5=d79ee9e66bb0f95d3386a7acae780b70" | |||
167 | DEFAULT_PREFERENCE = "-1" | 167 | DEFAULT_PREFERENCE = "-1" |
168 | 168 | ||
169 | SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz" | 169 | SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz" |
170 | SRC_URI:prepend = "git://github.com/nxp-imx/weston-imx.git;protocol=https;branch=${SRCBRANCH} " | 170 | SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} " |
171 | WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https" | ||
171 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" | 172 | SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch" |
172 | SRCBRANCH = "weston-imx-12.0.3" | 173 | SRCBRANCH = "weston-imx-12.0.4" |
173 | SRCREV = "b0d890915ee191ceb10e79ea9a830281f5c6258f" | 174 | SRCREV = "461c49d20677cfd36d01a95dafbd9eedf2a4b09c" |
174 | S = "${WORKDIR}/git" | 175 | S = "${WORKDIR}/git" |
175 | 176 | ||
176 | PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" | 177 | PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11" |