summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-05 09:12:14 -0300
committerGitHub <noreply@github.com>2023-04-05 09:12:14 -0300
commitf0be684f01b53482cb43e016a5c5c1faf3ae448e (patch)
tree3077326a0ab6c1adc72d86539b000de640a9ad55 /dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
parent296f367ac913b0170ccf0233c0209d4cbf50341e (diff)
parent35ba80a5c75fb71aefbb8f9a69e1b36dfc595967 (diff)
downloadmeta-freescale-f0be684f01b53482cb43e016a5c5c1faf3ae448e.tar.gz
Merge pull request #1482 from avionic-design/hardknotthardknott
meta-freescale: fix broken IMX migration from codeaurora to github
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 b022f3fd..c7398912 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://github.com/nxp-qoriq/qoriq-components/fmc;nobranch=1" 9SRC_URI = "git://github.com/nxp-qoriq/fmc;nobranch=1"
10SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" 10SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"