summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.26.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb b/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
index 3e4d476ff4..bd44e24aeb 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.26.0.bb
@@ -14,6 +14,8 @@ DEPENDS = "openssl"
14SRCREV = "fe857cc4c68da4873071f168c9aaf9860040ff4e" 14SRCREV = "fe857cc4c68da4873071f168c9aaf9860040ff4e"
15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https" 15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https"
16 16
17CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0"
18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
18 20
19inherit autotools pkgconfig bash-completion 21inherit autotools pkgconfig bash-completion