summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-31 20:45:00 -0300
committerGitHub <noreply@github.com>2023-03-31 20:45:00 -0300
commitfe0744e483ac23c624c6372f40d0e9b099a639d1 (patch)
tree4c01289d02d1a472b109656e3415d99921e104da /dynamic-layers
parent86772601e7f6ea188dfaf64097edafc05e15aef3 (diff)
parentcbe69b170fbdb201ae9bc80889678709e64caa78 (diff)
downloadmeta-freescale-sumo.tar.gz
Merge pull request #1472 from logbaseaofn/sumosumo
Migrate codeaurora repositories to github (sumo)
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb2
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 d839b6fc..1288ca18 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
7DEPENDS = "libxml2 fmlib tclap" 7DEPENDS = "libxml2 fmlib tclap"
8 8
9SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" 9SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1"
10SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53" 10SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"