summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentin Jec <valentin.jec@nxp.com>2024-07-29 10:04:27 +0300
committerHiago De Franco <hiago.franco@toradex.com>2024-08-27 14:16:43 -0300
commit19b0b252652eaf51b69bb5bd9f17c81596a64b0f (patch)
tree809051c27e23cb161437b3490f1e712fc1b90775
parentd3b0de77665a0e568238d6a39b7d3efc8154ef85 (diff)
downloadmeta-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.bb4
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"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \ 9LIC_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
12SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}" 12SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}"
13WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https"
14SRCBRANCH = "wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}"
13SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad" 15SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"
14 16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"