Lines Matching +full:- +full:- +full:disable +full:- +full:iconv
4 # SPDX-License-Identifier: MIT
14 if pn in ['autoconf-native', 'automake-native']:
16 deps += 'autoconf-native automake-native '
18 if not pn in ['libtool', 'libtool-native'] and not pn.endswith("libtool-cross"):
19 deps += 'libtool-native '
24 deps += 'libtool-cross '
39 EXTRA_AUTORECONF += "--exclude=autopoint"
43 # When building tools for use at build-time it's recommended for the build
44 # system to use these variables when cross-compiling.
45 # https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
46 # https://stackoverflow.com/questions/24201260/autotools-cross-compilation-and-generated-sources/24…
59 CONFIGUREOPTS = " --build=${BUILD_SYS} \
60 --host=${HOST_SYS} \
61 --target=${TARGET_SYS} \
62 --prefix=${prefix} \
63 --exec_prefix=${exec_prefix} \
64 --bindir=${bindir} \
65 --sbindir=${sbindir} \
66 --libexecdir=${libexecdir} \
67 --datadir=${datadir} \
68 --sysconfdir=${sysconfdir} \
69 --sharedstatedir=${sharedstatedir} \
70 --localstatedir=${localstatedir} \
71 --libdir=${libdir} \
72 --includedir=${includedir} \
73 --oldincludedir=${includedir} \
74 --infodir=${infodir} \
75 --mandir=${mandir} \
76 --disable-silent-rules \
78 CONFIGUREOPT_DEPTRACK ?= "--disable-dependency-tracking"
90 …cfgscript=`python3 -c "import os; print(os.path.relpath(os.path.dirname('${CONFIGURE_SCRIPT}'), '.…
91 if [ -x "$cfgscript" ] ; then
93 …if ! CONFIG_SHELL=${CONFIG_SHELL-/bin/bash} ${CACHED_CONFIGUREVARS} $cfgscript ${CONFIGUREOPTS} ${…
95 bbnote `find ${B} -ignore_readdir_race -type f -name config.log`
106 if [ -n "${CONFIGURESTAMPFILE}" -a -e "${CONFIGURESTAMPFILE}" ]; then
110 rm -rf ${B}
111 mkdir -p ${B}
116 if [ "${CLEANBROKEN}" != "1" -a \( -e Makefile -o -e makefile -o -e GNUmakefile \) ]; then
119 find ${S} -ignore_readdir_race -name \*.la -delete
126 if [ -n "${CONFIGURESTAMPFILE}" ]; then
127 mkdir -p `dirname ${CONFIGURESTAMPFILE}`
145 do_configure[file-checksums] += "${@' '.join(siteinfo_get_files(d, sysrootcache=False)[1])}"
154 # where we -need- the latest version of these scripts. e.g. running a build
161 for ac in `find ${S} -ignore_readdir_race -name configure.in -o -name configure.ac`; do
162 rm -f `dirname $ac`/configure
164 if [ -e ${AUTOTOOLS_SCRIPT_PATH}/configure.in -o -e ${AUTOTOOLS_SCRIPT_PATH}/configure.ac ]; then
168 ACLOCAL="aclocal --aclocal-path=${STAGING_DATADIR}/aclocal/"
170 # like it was auto-generated. Work around this by blowing it away
172 if ! echo ${EXTRA_AUTORECONF} | grep -q "aclocal"; then
174 rm -f aclocal.m4
176 if [ -e configure.in ]; then
181 if grep -q "^[[:space:]]*AM_GLIB_GNU_GETTEXT" $CONFIGURE_AC; then
182 if grep -q "sed.*POTFILES" $CONFIGURE_AC; then
183 : do nothing -- we still have an old unmodified configure.ac
185 bbnote Executing glib-gettextize --force --copy
186 echo "no" | glib-gettextize --force --copy
188 elif [ "${BPN}" != "gettext" ] && grep -q "^[[:space:]]*AM_GNU_GETTEXT" $CONFIGURE_AC; then
191 if [ -d ${S}/po/ ]; then
192 cp -f ${STAGING_DATADIR_NATIVE}/gettext/po/Makefile.in.in ${S}/po/
193 if [ ! -e ${S}/po/remove-potcdate.sed ]; then
194 cp ${STAGING_DATADIR_NATIVE}/gettext/po/remove-potcdate.sed ${S}/po/
197 …PRUNE_M4="$PRUNE_M4 gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.…
199 mkdir -p m4
202 find ${S} -ignore_readdir_race -name $i -delete
205 …bbnote Executing ACLOCAL=\"$ACLOCAL\" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTOR…
206 …ACLOCAL="$ACLOCAL" autoreconf -Wcross -Wno-obsolete --verbose --install --force ${EXTRA_AUTORECONF…
220 if [ -e "${D}${infodir}/dir" ]; then
221 rm -f ${D}${infodir}/dir