summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libpkcs11/libpkcs11_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-31 20:45:00 -0300
committerGitHub <noreply@github.com>2023-03-31 20:45:00 -0300
commitfe0744e483ac23c624c6372f40d0e9b099a639d1 (patch)
tree4c01289d02d1a472b109656e3415d99921e104da /recipes-extended/libpkcs11/libpkcs11_git.bb
parent86772601e7f6ea188dfaf64097edafc05e15aef3 (diff)
parentcbe69b170fbdb201ae9bc80889678709e64caa78 (diff)
downloadmeta-freescale-fe0744e483ac23c624c6372f40d0e9b099a639d1.tar.gz
Merge pull request #1472 from logbaseaofn/sumosumo
Migrate codeaurora repositories to github (sumo)
Diffstat (limited to 'recipes-extended/libpkcs11/libpkcs11_git.bb')
-rw-r--r--recipes-extended/libpkcs11/libpkcs11_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb
index e0c75153..fec4821c 100644
--- a/recipes-extended/libpkcs11/libpkcs11_git.bb
+++ b/recipes-extended/libpkcs11/libpkcs11_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "PKCS library"
2LICENSE = "GPLv2 & BSD" 2LICENSE = "GPLv2 & BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625"
4 4
5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" 5SRC_URI = "git://github.com/nxp-qoriq/libpkcs11;protocol=https;nobranch=1"
6SRCREV = "8e942d3878372639e79aa74c4f991f9525fe6eec" 6SRCREV = "8e942d3878372639e79aa74c4f991f9525fe6eec"
7 7
8DEPENDS = "openssl secure-obj" 8DEPENDS = "openssl secure-obj"