--without-dag \
--without-dpdk \
"
-EXTRA_AUTORECONF += "--exclude=aclocal"
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez5', '', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
PACKAGECONFIG[hostkey-ecdsa] = ""
PACKAGECONFIG[hostkey-ed25519] = ""
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
# login path is hardcoded in sshd
EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} \
inherit autotools
-EXTRA_AUTORECONF += "--exclude=autoheader"
-
EXTRA_OECONF += "ac_cv_have_z_modifier=yes \
ac_cv_header_bsd_libutil_h=no \
sc_cv_termios_ispeed=no \
inherit autotools texinfo
-# Ensure we don't delete the shipped aclocal.m4 or config.h.in
-EXTRA_AUTORECONF += "--exclude=autoheader,aclocal"
-
EXTRA_OECONF += "bash_cv_termcap_lib=ncurses --with-shared-termcap-library"
LEAD_SONAME = "libreadline.so"
inherit autotools gettext ptest
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
LDFLAGS += "${TOOLCHAIN_OPTIONS}"
do_install_ptest() {
S = "${UNPACKDIR}/${BPN}${PV}"
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
CFLAGS += "-std=gnu17"
do_install:append() {
inherit autotools
-# This is a hand-maintained aclocal.m4 but our autotools class currently deletes
-# aclocal.m4.
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
EXTRA_OECONF = "--disable-nls"
do_install:append () {
EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch --without-sendmail"
EXTRA_OECONF:append:class-native = " --disable-nls"
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash ac_cv_path_COLUMN=column"
# Make sure we don't have "-w" in shebang lines: it breaks using
inherit autotools ptest pkgconfig
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
# This snippet lets compiled extensions which rely on external libraries,
# such as zlib, compile properly. If we don't do this, then when extmk.rb
# runs, it uses the native libraries instead of the target libraries, and so
CPPFLAGS += "-P"
BUILD_CPPFLAGS += "-P"
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
do_configure:prepend () {
# autogen.sh manually puts things in the right place, and libtoolize doesn't
# work as they don't use aclocal
inherit autotools ptest binconfig
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
-EXTRA_AUTORECONF = "--exclude=aclocal"
EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9 --disable-zipfs"
inherit autotools ptest binconfig
AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
-EXTRA_AUTORECONF = "--exclude=aclocal"
EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix=tcl8"
inherit autotools gettext texinfo update-alternatives ptest
-EXTRA_AUTORECONF += "--exclude=autoheader,aclocal"
EXTRA_OECONF = "--enable-job-control --without-bash-malloc bash_cv_wexitstatus_offset=8"
# If NON_INTERACTIVE_LOGIN_SHELLS is defined, all login shells read the
DSOFLAGS='${LDFLAGS}' \
"
-EXTRA_AUTORECONF += "--exclude=autoheader"
-
do_install () {
oe_runmake "BUILDROOT=${D}" install
PACKAGECONFIG ??= ""
PACKAGECONFIG[startup] = "--enable-startup-notification,--disable-startup-notification,startup-notification,"
-# Ensure we don't delete the shipped aclocal.m4
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
do_compile:prepend () {
echo '#define UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
echo '#define WTMP_FILE "${localstatedir}/log/wtmp"' >> config.h
inherit autotools ptest multilib_header lib_package
-EXTRA_AUTORECONF += "--exclude=aclocal"
-
EXTRA_OECONF = "--disable-openssl"
EXTRA_OECONF:append:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon",""," --disable-arm-neon --disable-fat",d)}"