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-dpaa/flib/flib_git.bb | |
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-dpaa/flib/flib_git.bb')
-rw-r--r-- | recipes-dpaa/flib/flib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 3ae05889..9152939b 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -3,7 +3,7 @@ SECTION = "flib" | |||
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" | 6 | SRC_URI = "git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1" |
7 | SRCREV = "cbb31427466649c07d2ac2739a41bb42f5f6be7c" | 7 | SRCREV = "cbb31427466649c07d2ac2739a41bb42f5f6be7c" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |