summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libpkcs11/libpkcs11_git.bb
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/libpkcs11/libpkcs11_git.bb
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/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 33c27ecd..554d5159 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 = "a243fb21772f1bd434d8bc1ac45feb36571afadb" 6SRCREV = "a243fb21772f1bd434d8bc1ac45feb36571afadb"
7 7
8DEPENDS = "openssl secure-obj" 8DEPENDS = "openssl secure-obj"