summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-12 21:28:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-16 14:55:46 +0100
commitd07270dc51a3acbef9a5aa5efbca59b8b5b25d1e (patch)
tree9c2ad5a628f894bc5d3b5d9bac7d43188755bca5 /meta/recipes-support
parentc1d1fdac00945e0b8793441a4737780ca00cec30 (diff)
downloadopenembedded-core-contrib-d07270dc51a3acbef9a5aa5efbca59b8b5b25d1e.tar.gz
libmicrohttpd: Enable largefile support unconditionally
the distro feature knob is deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb
index 9c99af7c91..043fed367c 100644
--- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb
+++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb
@@ -13,13 +13,10 @@ inherit autotools lib_package pkgconfig gettext
CFLAGS += "-pthread -D_REENTRANT"
-EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../"
+EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --enable-largefile"
PACKAGECONFIG ?= "curl https"
-PACKAGECONFIG:append:class-target = "\
- ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \
-"
-PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
+
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls,"