diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-03-31 20:45:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 20:45:00 -0300 |
commit | fe0744e483ac23c624c6372f40d0e9b099a639d1 (patch) | |
tree | 4c01289d02d1a472b109656e3415d99921e104da /recipes-dpaa2/aiopsl | |
parent | 86772601e7f6ea188dfaf64097edafc05e15aef3 (diff) | |
parent | cbe69b170fbdb201ae9bc80889678709e64caa78 (diff) | |
download | meta-freescale-sumo.tar.gz |
Merge pull request #1472 from logbaseaofn/sumosumo
Migrate codeaurora repositories to github (sumo)
Diffstat (limited to 'recipes-dpaa2/aiopsl')
-rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index e21247a85..ea9ca07a2 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
@@ -7,7 +7,7 @@ BASEDEPENDS = "" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/aiopsl;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/aiopsl;protocol=https;nobranch=1" |
11 | SRCREV = "e34ec5991511d424209f76d5701ef2cd8abb9479" | 11 | SRCREV = "e34ec5991511d424209f76d5701ef2cd8abb9479" |
12 | 12 | ||
13 | do_configure[noexec] = "1" | 13 | do_configure[noexec] = "1" |