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 <[email protected]> --- meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#245801): https://lists.openembedded.org/g/openembedded-core/message/245801 Mute This Topic: https://lists.openembedded.org/mt/121253966/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
