diff options
| -rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.22.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb index 4590b85fa4..3bb79b9d92 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb | |||
| @@ -16,6 +16,11 @@ SRCREV = "c902e1992195e00ada12d71beb1029287cd72037" | |||
| 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ | 16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \ |
| 17 | file://CVE-2023-2977.patch \ | 17 | file://CVE-2023-2977.patch \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | # CVE-2021-34193 is a duplicate CVE covering the 5 individual | ||
| 21 | # https://github.com/OpenSC/OpenSC/pull/2855/commits/7a049fc3922060fb75cb9fea9e58eef9edc357ae | ||
| 22 | CVE_CHECK_IGNORE += "CVE-2021-34193" | ||
| 23 | |||
| 19 | DEPENDS = "virtual/libiconv openssl" | 24 | DEPENDS = "virtual/libiconv openssl" |
| 20 | 25 | ||
| 21 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
