| Message ID | 20260915-msieron-some-packageconfigs-v1-2-44dcf1145d3d@nokia.com |
|---|---|
| State | New |
| Headers | show |
| Series | Some PACKAGECONFIG related changes | expand |
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb index ba8969d649..aab3041280 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb @@ -18,7 +18,7 @@ EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --enable-l PACKAGECONFIG ?= "curl https" PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," -PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," +PACKAGECONFIG[https] = "--enable-https,--disable-https,gnutls" do_compile:append() { sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
Old gnutls indeed had libgcrypt dependency, but that was quite some time ago. New gnutls versions depend on nettle instead. Signed-off-by: Michal Sieron <michal.sieron@nokia.com> --- meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)