diff mbox series

[walnascar,master,meta-networking] netcf: remove EXTRA_AUTORECONF

Message ID 20250626084921.1698090-1-changqing.li@windriver.com
State New
Headers show
Series [walnascar,master,meta-networking] netcf: remove EXTRA_AUTORECONF | expand

Commit Message

Changqing Li June 26, 2025, 8:49 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Refer [1], Makefile.am already set ACLOCAL_AMFLAGS = -I gnulib/m4, set
EXTRA_AUTORECONF will cause do_configure failure with long build path,
just drop EXTRA_AUTORECONF.

[1] https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/autotools.bbclass?id=e718d1be2c4fb54cf363c23f929358e1be68c724

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
index cddb0ead2f..4170e9fab0 100644
--- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
+++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb
@@ -26,8 +26,6 @@  EXTRA_OECONF:append:class-target = " --with-driver=redhat"
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts,"
 
-EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
-
 do_configure:prepend() {
     currdir=`pwd`
     cd ${S}