diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-06-26 16:49:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:26:21 -0700 |
| commit | b1fd03235aeb35bc2d1455749993edd2b41b4a18 (patch) | |
| tree | 22d01bad334fb85483293279a038d66002ae61bd /meta-networking | |
| parent | 8016c50f1558760a50bde9830655ae3864298b2a (diff) | |
| download | meta-openembedded-b1fd03235aeb35bc2d1455749993edd2b41b4a18.tar.gz | |
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 <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/netcf/netcf_0.2.8.bb | 2 |
1 files changed, 0 insertions, 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 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" | |||
| 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 26 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 27 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," | 27 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," |
| 28 | 28 | ||
| 29 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | ||
| 30 | |||
| 31 | do_configure:prepend() { | 29 | do_configure:prepend() { |
| 32 | currdir=`pwd` | 30 | currdir=`pwd` |
| 33 | cd ${S} | 31 | cd ${S} |
