diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-18 09:07:22 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 09:07:22 -0300 |
commit | 2ee3f2a9f254adab6a6d42a6e3085d05fbc8ac07 (patch) | |
tree | 97d048c25982b6d2c6b091762085cfadfc42f6bf /recipes-dpaa2/spc | |
parent | 154852cae5662f5aa5e983d412c95612dfbaf267 (diff) | |
parent | 289dae16bef8ee2e6b10edecd9d9c728e37694ac (diff) | |
download | meta-freescale-warrior.tar.gz |
Merge pull request #1503 from het-masteen/update-qoriq-git-linkwarrior
[warrior] meta-freescale: migrate IMX repos from codeaurora to github (for QorIQ)
Diffstat (limited to 'recipes-dpaa2/spc')
-rw-r--r-- | recipes-dpaa2/spc/spc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/spc/spc_git.bb b/recipes-dpaa2/spc/spc_git.bb index eceabf91c..06562aa73 100644 --- a/recipes-dpaa2/spc/spc_git.bb +++ b/recipes-dpaa2/spc/spc_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=163b09a1c249a6ff2b28da1ceca2e0a8" | |||
4 | 4 | ||
5 | DEPENDS = "libxml2 fmlib tclap" | 5 | DEPENDS = "libxml2 fmlib tclap" |
6 | 6 | ||
7 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/spc;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp-qoriq/spc;nobranch=1" |
8 | SRCREV = "1a414247ad3228bf60bfb53995a28930a8a29acc" | 8 | SRCREV = "1a414247ad3228bf60bfb53995a28930a8a29acc" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |