diff mbox series

curl: drop WATT_ROOT from EXTRA_OECONF

Message ID 20260915151429.811504-1-ross.burton@arm.com
State New
Headers show
Series curl: drop WATT_ROOT from EXTRA_OECONF | expand

Commit Message

Ross Burton Sept. 15, 2026, 3:14 p.m. UTC
This variable is now only used if checking for the Watt-32 library[1],
which is a TCP/IP library for MS DOS/Windows.

[1] https://github.com/curl/curl/pull/22380

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/curl/curl_8.22.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-support/curl/curl_8.22.0.bb b/meta/recipes-support/curl/curl_8.22.0.bb
index ad3e6b728f7..3ccfcf7f2dd 100644
--- a/meta/recipes-support/curl/curl_8.22.0.bb
+++ b/meta/recipes-support/curl/curl_8.22.0.bb
@@ -89,7 +89,6 @@  EXTRA_OECONF = " \
     --enable-optimize \
     --with-ca-bundle=${CURL_CA_BUNDLE_BASE_DIR}/ssl/certs/ca-certificates.crt \
     ${@'--without-ssl' if (bb.utils.filter('PACKAGECONFIG', 'gnutls mbedtls openssl schannel', d) == '') else ''} \
-    WATT_ROOT=${STAGING_DIR_TARGET}${prefix} \
 "
 
 fix_absolute_paths () {