aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
AgeCommit message (Expand)Author
2017-03-04autotools.bbclass: delete the extra varflag set for autotools_copy_aclocalsDengke Du
2017-01-26autotools.bbclass: Change acpaths defaults to be a weak assignmentKhem Raj
2017-01-23Switch to Recipe Specific SysrootsRichard Purdie
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-10-11classes/externalsrc: re-run do_configure when configure files changePaul Eggleton
2016-09-27autotools.bbclass: use python3 instead of python (v2)Markus Lehtonen
2016-09-22autotools/siteinfo: Tweak CONFIG_SITE handling for determism/racesRichard Purdie
2016-09-14autotools: Correctly filter m4 files view to setscene dependenciesRichard Purdie
2016-09-03autotools.bbclass: remove EXTRA_OEMAKE workaroundStefan Müller-Klieser
2016-09-03base, autotools: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF only in autoto...Martin Jansa
2016-08-07autotools.bbclass: remove intltool.m4 from ${S}Ross Burton
2016-08-07autotools: move aclocal-copy to WORKDIRRoss Burton
2016-06-23autotools: ensure Makefile exists in do_compileRoss Burton
2016-05-14autotools.bbclass: fix py3 SyntaxError in cfgscript print()Tim Orling
2016-05-06autotools: add default for CACHED_CONFIGUREVARSRoss Burton
2016-04-29autotools: warn when running intltoolize if intltool isn't a dependemcyRoss Burton
2016-02-13autotools: Fix interaction with bitbake -bRichard Purdie
2016-02-13autotools: Correct dependency search logic errorRichard Purdie
2016-01-31Make sure that the directory for CONFIGURESTAMPFILE existsMarkus Lehtonen
2016-01-31autotools.bbclass: use oe_runmake instead of ${MAKE}Markus Lehtonen
2016-01-29autotools.bbclass: don't create subshell to delete configure scriptsAndre McCurdy
2016-01-22autotools: don't output the full config.log on configure failureRoss Burton
2016-01-16autotools.bbclass: use relative path to run configure scriptRobert Yang
2015-11-24autotools: Allow recipe-individual configure scriptsJens Rehsack
2015-09-21autotools: fix traversal bug in aclocal copyingChristopher Larson
2015-09-16autotools.bbclass: mkdir ${B} -> mkdir -p ${B}Robert Yang
2015-08-30autotools.bbclass: Allow dependency tracking option to be overriddenRoy Li
2015-07-16Use die() or bbfatal_log() where the log should definitely be printedPaul Eggleton
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2015-05-25autotools: Use space with prepend to clean up variable whitespaceRichard Purdie
2015-04-29autotools: Fix find races on source directoryRichard Purdie
2015-03-29autotools: Avoid find race for S = "${WORKDIR}"Richard Purdie
2015-02-13autotools/siteinfo: Avoid races over siteinfo filesRichard Purdie
2015-01-16autotools.bbclass: print make cleanRobert Yang
2014-12-05autotools.bbclass: respect CLEANBROKENRoss Burton
2014-10-30autotools: Use make clean for builds not supporting B != SRichard Purdie
2014-08-23classes/autotools: avoid error if recipe is first in task dependency treePaul Eggleton
2014-08-04autotools: Exclude SDK_OS from autotools task signaturesRichard Purdie
2014-08-03autotools: Fix warning for odctools-crosssdkRichard Purdie
2014-08-03sstate: Allow switching between linux and non-linux SDK builds within the sam...Richard Purdie
2014-07-25autotools: Improve configure dependency code for finding m4 filesRichard Purdie
2014-07-25autotools.bbclass: Enhance sed regexp to avoid extra subshellMatthieu Crapet
2014-07-03autotools.bbclass: remove autotools_set_crosscompilingRoss Burton
2014-04-30binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipesRichard Purdie
2014-04-23autotools: Enable separate builddir by defaultRichard Purdie
2014-03-18autotools: Exclude variables from autotools_copy_aclocalsRichard Purdie
2014-03-05alsa-tools/autotools: Ensure that aclocal files can be present with AUTOTOOLS...Richard Purdie
2014-03-05autotools: Limit aclocal files to those in dependenciesRichard Purdie
2013-09-17autotools: Remove .la files if rebuilding non out of tree softwareRichard Purdie
2013-06-27autotools.bbclass: force copy Makefile.in.in to ${S}/po/Roy.Li