summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb')
-rw-r--r--meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
index 6c19b6616a..fcd8fe631e 100644
--- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
+++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
@@ -14,7 +14,9 @@ DEPENDS = "openssl"
14 14
15SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f" 15SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f"
16 16
17SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" 17SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https \
18 file://0001-Fix-types-for-old-32-bit-systems.patch \
19"
18 20
19S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
20 22