diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:46 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:46 -0300 |
| commit | 38f8e16c9d5ff01dc611375766bcff0900661605 (patch) | |
| tree | 88169c2de9827582a3df38804f1c88c427e21ea3 | |
| parent | c733b106515bb9fa325c048ba8da7a84069a7d15 (diff) | |
| download | meta-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.bb | 4 |
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 | ||
| 18 | SRC_URI = " \ | 18 | SRC_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 | ||
| 22 | SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" | 22 | SRCREV = "3e6f5d83e397e11cccd3844e121463748f56de39" |
| @@ -93,7 +93,7 @@ GLIBC_64BIT_TIME_FLAGS = "" | |||
| 93 | 93 | ||
| 94 | ########### i.MX overrides ################ | 94 | ########### i.MX overrides ################ |
| 95 | 95 | ||
| 96 | SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master;tag=v${PV}" | 96 | SRC_URI:remove = "git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master" |
| 97 | SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " | 97 | SRC_URI:prepend = "${LIBCAMERA_SRC};branch=${SRCBRANCH} " |
| 98 | LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" | 98 | LIBCAMERA_SRC ?= "git://github.com/nxp-imx/libcamera.git;protocol=https" |
| 99 | SRCBRANCH = "lf-6.18.2_1.0.0" | 99 | SRCBRANCH = "lf-6.18.2_1.0.0" |
