diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 21:58:04 +0000 | 
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 | 
| commit | d2ce1dc6ba491f4405bb9920588395d6e36e08f3 (patch) | |
| tree | a78eb32bf74950219103e5ab779c15964e85e7c4 | |
| parent | 787cbb248c48bea0f70960e1c1d2e9d2d40b4cca (diff) | |
| download | meta-openembedded-d2ce1dc6ba491f4405bb9920588395d6e36e08f3.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/neon/neon_0.33.0.bb | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | |||
| 15 | 15 | ||
| 16 | inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest | 16 | inherit autotools-brokensep binconfig-disabled lib_package pkgconfig ptest | 
| 17 | 17 | ||
| 18 | EXTRA_AUTORECONF += "-I macros" | ||
| 19 | |||
| 18 | # Enable gnutls or openssl, not both | 20 | # Enable gnutls or openssl, not both | 
| 19 | PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib nls" | 21 | PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib nls" | 
| 20 | PACKAGECONFIG:class-native = "expat gnutls webdav zlib nls" | 22 | PACKAGECONFIG:class-native = "expat gnutls webdav zlib nls" | 
