summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-07 15:51:46 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-07 15:51:46 -0300
commit38f8e16c9d5ff01dc611375766bcff0900661605 (patch)
tree88169c2de9827582a3df38804f1c88c427e21ea3
parentc733b106515bb9fa325c048ba8da7a84069a7d15 (diff)
downloadmeta-freescale-38f8e16c9d5ff01dc611375766bcff0900661605.tar.gz
libcamera: Drop tag fetch parameter
The recipe pins the checkout with SRCREV, so remove the tag parameter from the upstream SRC_URI and keep the i.MX override removal string in sync. Tested with: git diff --check. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb
index 0f582da03..ca0e8a9a7 100644
--- a/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb
+++ b/recipes-multimedia/libcamera/libcamera_0.6.0.imx.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "\
16" 16"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV} \ 19 git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \
20" 20"
21 21
22SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" 22SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39"
@@ -93,7 +93,7 @@ GLIBC_64BIT_TIME_FLAGS = ""
93 93
94########### i.MX overrides ################ 94########### i.MX overrides ################
95 95
96SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV}" 96SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master"
97SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " 97SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} "
98LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" 98LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https"
99SRCBRANCH = "lf-6.18.2_1.0.0" 99SRCBRANCH = "lf-6.18.2_1.0.0"