summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-kobs/imx-kobs_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-24 10:19:48 -0300
committerGitHub <noreply@github.com>2021-11-24 10:19:48 -0300
commit225d7561788d9488055707b9a7e4b38185d3d6c8 (patch)
tree546351390398988de37214a21ae47b884ce33627 /recipes-bsp/imx-kobs/imx-kobs_git.bb
parent727fd8df20c8ee58474ce15cd5e1459f14bee977 (diff)
parent182b4a6a6e6dd0c86e0e15f1152bb1c65f746015 (diff)
downloadmeta-freescale-225d7561788d9488055707b9a7e4b38185d3d6c8.tar.gz
Merge pull request #930 from rohieb/dunfell
[backport dunfell] recipes: use https protocol and add explicit branch parameter
Diffstat (limited to 'recipes-bsp/imx-kobs/imx-kobs_git.bb')
-rw-r--r--recipes-bsp/imx-kobs/imx-kobs_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-kobs/imx-kobs_git.bb b/recipes-bsp/imx-kobs/imx-kobs_git.bb
index b104fafd..9c19b8eb 100644
--- a/recipes-bsp/imx-kobs/imx-kobs_git.bb
+++ b/recipes-bsp/imx-kobs/imx-kobs_git.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
9 9
10PV = "5.5+git${SRCPV}" 10PV = "5.5+git${SRCPV}"
11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https \ 11SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \
12" 12"
13SRCREV = "cee66d0e956a64d03cc866fa8819da5b798c7f1b" 13SRCREV = "cee66d0e956a64d03cc866fa8819da5b798c7f1b"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"