Skip to content

Commit

Permalink
wayland-protocols: Replace hardcoded SRC_URI with WAYLAND_PROTOCOLS_S…
Browse files Browse the repository at this point in the history
…RC variable

Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
  • Loading branch information
valijec committed Aug 8, 2024
1 parent 4297c9d commit 6338d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes-graphics/wayland/wayland-protocols_1.32.imx.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7b12b6702da38ca028ace54aae3d484 \
file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"

SRC_URI = "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https;branch=wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "${WAYLAND_PROTOCOLS_SRC};branch=${SRCBRANCH}"
WAYLAND_PROTOCOLS_SRC ?= "git://github.com/nxp-imx/wayland-protocols-imx.git;protocol=https"
SRCBRANCH = "wayland-protocols-imx-${@oe.utils.trim_version("${PV}", 2)}"
SRCREV = "7ece577d467f8afb2f5a2f7fff3761a1e0ee9dad"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit 6338d5b

Please sign in to comment.