summaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-31 20:43:31 -0300
committerGitHub <noreply@github.com>2023-03-31 20:43:31 -0300
commite56f52e4afdd043c003475fd671cf3f2f497f2e8 (patch)
treec6cfa1f7d67d5950f296c63d7f5800e44894cf25 /recipes-extended/odp/odp.inc
parent14f1a630a47375432f93c556927b879b51d84c4e (diff)
parentfda27abe2a9ea16f010f103a366ed3ba701acfae (diff)
downloadmeta-freescale-e56f52e4afdd043c003475fd671cf3f2f497f2e8.tar.gz
Merge pull request #1471 from logbaseaofn/zeuszeus
Migrate codeaurora repositories to github
Diffstat (limited to 'recipes-extended/odp/odp.inc')
-rw-r--r--recipes-extended/odp/odp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc
index 129f77ae..6965c372 100644
--- a/recipes-extended/odp/odp.inc
+++ b/recipes-extended/odp/odp.inc
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6103dc75397fb6bec596187d6b7829"
9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/odp:"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12git://source.codeaurora.org/external/qoriq/qoriq-components/odp;nobranch=1 \ 12git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \
13git://source.codeaurora.org/external/qoriq/qoriq-components/qbman_userspace;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ 13git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \
14git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ 14git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \
15" 15"
16 16
17SRC_URI += "file://0001-Fix-this-build-error.patch" 17SRC_URI += "file://0001-Fix-this-build-error.patch"