diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2021-11-03 18:41:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-03 18:41:23 -0300 |
| commit | 75cc53cc480f73d8dc97cf1b52c48fb874d16a97 (patch) | |
| tree | 93ee6b4fb459a7719aae1f3010d8c5d65be3e2b2 /recipes-bsp/imx-kobs/imx-kobs_git.bb | |
| parent | 16e922408678425a492bd109350cd217a0841280 (diff) | |
| parent | bef00d6e4f25b4a9d3272e0d69db7545590ed204 (diff) | |
| download | meta-freescale-75cc53cc480f73d8dc97cf1b52c48fb874d16a97.tar.gz | |
Merge pull request #916 from texierp/topic/git-fetcher
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.bb | 2 |
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 d93a3f25e..58bd44f83 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" | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 9 | 9 | ||
| 10 | PV = "5.5+git${SRCPV}" | 10 | PV = "5.5+git${SRCPV}" |
| 11 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https \ | 11 | SRC_URI = "git://github.com/NXPmicro/imx-kobs.git;protocol=https;branch=master \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "269fdffcf97238684de9f28977a73677282e061f" | 13 | SRCREV = "269fdffcf97238684de9f28977a73677282e061f" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
