From d2ce1dc6ba491f4405bb9920588395d6e36e08f3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 25 Feb 2025 21:58:04 +0000 Subject: [PATCH] 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 --- meta-oe/recipes-support/neon/neon_0.33.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes-support/neon/neon_0.33.0.bb index a0333f4560..0b8bee0efe 100644 --- a/meta-oe/recipes-support/neon/neon_0.33.0.bb +++ b/meta-oe/recipes-support/neon/neon_0.33.0.bb @@ -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"