diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2024-07-29 10:04:27 +0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-27 14:16:43 -0300 |
commit | 19b0b252652eaf51b69bb5bd9f17c81596a64b0f (patch) | |
tree | 809051c27e23cb161437b3490f1e712fc1b90775 | |
parent | d3b0de77665a0e568238d6a39b7d3efc8154ef85 (diff) | |
download | meta-freescale-19b0b252652eaf51b69bb5bd9f17c81596a64b0f.tar.gz |
wayland-protocols: Replace hardcoded SRC_URI with WAYLAND_PROTOCOLS_SRC variable
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
(cherry picked from commit 6338d5bda5b55ae8e2df2a6f30b45b02ebf5f153)
-rw-r--r-- | recipes-graphics/wayland/wayland-protocols_1.32.imx.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb index 6b2a70917..131f227de 100644 --- a/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb +++ b/recipes-graphics/wayland/wayland-protocols_1.32.imx.bb | |||
@@ -9,7 +9,9 @@ LICENSE = "MIT" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \ |
10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" | 10 | file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}" | 12 | SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}" |
13 | WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https" | ||
14 | SRCBRANCH = "wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}" | ||
13 | SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad" | 15 | SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad" |
14 | 16 | ||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |