mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user