From e1411aa0a8c16025ccaf81c521b5cb9fc20333d4 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 26 Jun 2025 16:49:21 +0800 Subject: netcf: remove EXTRA_AUTORECONF 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 Signed-off-by: Armin Kuster --- meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 -- 1 file changed, 2 deletions(-) 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 c68974f9f0..907ea47bb9 100644 --- a/meta-networking/recipes-support/netcf/netcf_0.2.8.bb +++ b/meta-networking/recipes-support/netcf/netcf_0.2.8.bb @@ -27,8 +27,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} -- cgit v1.2.3-54-g00ecf