neon: fix autoreconf

autoreconf needs to be told where to find macros as the Makefile.am does
not do this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2025-02-25 21:58:04 +00:00
parent 787cbb248c
commit d2ce1dc6ba
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "659a5cc9cea05e6e7864094f1e13a77abbbdbab452f04d751a8c16a944
inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest
EXTRA_AUTORECONF += "-I macros"
# Enable gnutls or openssl, not both
PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib nls"
PACKAGECONFIG:class-native = "expat gnutls webdav zlib nls"