summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-31 18:02:51 -0300
committerGitHub <noreply@github.com>2023-03-31 18:02:51 -0300
commitf66fdef1c2dc735690a7ec7dd44a534d69ea3918 (patch)
treefd7e924b4aa7c4c519d47a4082ddc375375d3d3d /recipes-kernel/cryptodev
parente353e020f161d6674c825e8abc9bdcece71ca8a5 (diff)
parent5884c15aa907beef1c2582a9cff63d33b04ff0bc (diff)
downloadmeta-freescale-f66fdef1c2dc735690a7ec7dd44a534d69ea3918.tar.gz
Merge pull request #1470 from thochstein/dunfell
Move from codeaurora to github
Diffstat (limited to 'recipes-kernel/cryptodev')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
index bb785831..f8ce6d6e 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc
@@ -13,7 +13,7 @@ python() {
13 d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', '')) 13 d.appendVar("RREPLACES_" + p, ' ' + p.replace('-qoriq', ''))
14} 14}
15 15
16SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1" 16SRC_URI = "git://github.com/nxp-qoriq/cryptodev-linux;protocol=https;nobranch=1"
17SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f" 17SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"