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-multimedia/libimxvpuapi/libimxvpuapi_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-multimedia/libimxvpuapi/libimxvpuapi_git.bb')
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 2d0f85713..778514fb1 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
| @@ -10,7 +10,7 @@ PV = "0.10.3+${SRCPV}" | |||
| 10 | 10 | ||
| 11 | SRCBRANCH ?= "v1" | 11 | SRCBRANCH ?= "v1" |
| 12 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" | 12 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" |
| 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH}" | 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
