diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-12-15 07:53:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 07:53:33 -0300 |
commit | 86f94d29da9f13dcde14e2a85f56435de420a867 (patch) | |
tree | 9341b369d25545e2069cfd0afab4580b73b2ca1c /dynamic-layers/openembedded-layer | |
parent | cb6c55d9c13228a0a9deef59d2f72b34ae117ba5 (diff) | |
parent | db67bdf59ca6e7c2da4a6fbadb53b5ae238219a6 (diff) | |
download | meta-freescale-86f94d29da9f13dcde14e2a85f56435de420a867.tar.gz |
Merge pull request #1330 from junzhuimx/master
Switch NXP QorIQ repositories to github.com
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index 70e5a1a3..0b5031d5 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -6,7 +6,7 @@ PR = "r2" | |||
6 | 6 | ||
7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1" |
10 | SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" | 10 | SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |