summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-12-15 09:45:52 -0300
committerGitHub <noreply@github.com>2022-12-15 09:45:52 -0300
commitda51a9af29d25411ff16c2b735c391bc335ba5c0 (patch)
treeb5938e6919662459a876018b03ecdd07b357eb89 /dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
parent2d716a8e5d9b428d2a33d30751767eb198c19b2d (diff)
parenta66d86b448760d28cdee3544d9f9844e429c8ac3 (diff)
downloadmeta-freescale-da51a9af29d25411ff16c2b735c391bc335ba5c0.tar.gz
Merge pull request #1331 from Freescale/backport-1330-to-kirkstone
[Backport kirkstone] Switch NXP QorIQ repositories to github.com
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb')
-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 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
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 = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" 10SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"