diff options
| -rw-r--r-- | meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb index 0628ee71b5..a22b0c9342 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb | |||
| @@ -19,9 +19,13 @@ PACKAGECONFIG ?= "curl https" | |||
| 19 | 19 | ||
| 20 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," | 20 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," |
| 21 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," | 21 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," |
| 22 | PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," | ||
| 22 | 23 | ||
| 23 | do_compile:append() { | 24 | do_compile:append() { |
| 24 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc | 25 | sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc |
| 25 | } | 26 | } |
| 26 | 27 | ||
| 27 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
| 29 | |||
| 30 | CVE_STATUS[CVE-2025-59777] = "${@bb.utils.contains('PACKAGECONFIG', 'experimental', 'unpatched', 'not-applicable-config: experimental code not compiled', d)}" | ||
| 31 | CVE_STATUS[CVE-2025-62689] = "${@bb.utils.contains('PACKAGECONFIG', 'experimental', 'unpatched', 'not-applicable-config: experimental code not compiled', d)}" | ||
