summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes/externalsrc: re-run do_configure when configure files changePaul Eggleton2016-10-111-0/+2
* autotools.bbclass: use python3 instead of python (v2)Markus Lehtonen2016-09-281-1/+1
* autotools/siteinfo: Tweak CONFIG_SITE handling for determism/racesRichard Purdie2016-09-221-3/+4
* autotools: Correctly filter m4 files view to setscene dependenciesRichard Purdie2016-09-141-19/+48
* autotools.bbclass: remove EXTRA_OEMAKE workaroundStefan Müller-Klieser2016-09-031-2/+0
* base, autotools: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF only in autoto...Martin Jansa2016-09-031-0/+2
* autotools.bbclass: remove intltool.m4 from ${S}Ross Burton2016-08-101-3/+10
* autotools: move aclocal-copy to WORKDIRRoss Burton2016-08-101-5/+3
* autotools: ensure Makefile exists in do_compileRoss Burton2016-06-231-1/+5
* autotools.bbclass: fix py3 SyntaxError in cfgscript print()Tim Orling2016-05-151-1/+1
* autotools: add default for CACHED_CONFIGUREVARSRoss Burton2016-05-061-0/+2
* autotools: warn when running intltoolize if intltool isn't a dependemcyRoss Burton2016-04-291-0/+3
* autotools: Fix interaction with bitbake -bRichard Purdie2016-02-141-0/+11
* autotools: Correct dependency search logic errorRichard Purdie2016-02-141-3/+2
* Make sure that the directory for CONFIGURESTAMPFILE existsMarkus Lehtonen2016-01-311-0/+1
* autotools.bbclass: use oe_runmake instead of ${MAKE}Markus Lehtonen2016-01-311-2/+1
* autotools.bbclass: don't create subshell to delete configure scriptsAndre McCurdy2016-01-301-2/+2
* autotools: don't output the full config.log on configure failureRoss Burton2016-01-241-7/+4
* autotools.bbclass: use relative path to run configure scriptRobert Yang2016-01-181-1/+3
* autotools: Allow recipe-individual configure scriptsJens Rehsack2015-11-241-21/+22
* autotools: fix traversal bug in aclocal copyingChristopher Larson2015-09-231-1/+1
* autotools.bbclass: mkdir ${B} -> mkdir -p ${B}Robert Yang2015-09-181-1/+1
* autotools.bbclass: Allow dependency tracking option to be overriddenRoy Li2015-08-301-1/+1
* Use die() or bbfatal_log() where the log should definitely be printedPaul Eggleton2015-07-161-2/+2
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* autotools: Use space with prepend to clean up variable whitespaceRichard Purdie2015-05-261-1/+1
* autotools: Fix find races on source directoryRichard Purdie2015-04-291-4/+4
* autotools: Avoid find race for S = "${WORKDIR}"Richard Purdie2015-03-311-1/+1
* autotools/siteinfo: Avoid races over siteinfo filesRichard Purdie2015-02-131-1/+6
* autotools.bbclass: print make cleanRobert Yang2015-01-161-0/+1
* autotools.bbclass: respect CLEANBROKENRoss Burton2014-12-051-1/+1
* autotools: Use make clean for builds not supporting B != SRichard Purdie2014-10-301-1/+5
* classes/autotools: avoid error if recipe is first in task dependency treePaul Eggleton2014-08-231-1/+1
* autotools: Exclude SDK_OS from autotools task signaturesRichard Purdie2014-08-041-1/+1
* autotools: Fix warning for odctools-crosssdkRichard Purdie2014-08-031-1/+1
* sstate: Allow switching between linux and non-linux SDK builds within the sam...Richard Purdie2014-08-031-1/+1
* autotools: Improve configure dependency code for finding m4 filesRichard Purdie2014-07-251-2/+38
* autotools.bbclass: Enhance sed regexp to avoid extra subshellMatthieu Crapet2014-07-251-1/+1
* autotools.bbclass: remove autotools_set_crosscompilingRoss Burton2014-07-031-7/+0
* binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipesRichard Purdie2014-04-301-1/+1
* autotools: Enable separate builddir by defaultRichard Purdie2014-04-241-0/+2
* autotools: Exclude variables from autotools_copy_aclocalsRichard Purdie2014-03-181-1/+1
* alsa-tools/autotools: Ensure that aclocal files can be present with AUTOTOOLS...Richard Purdie2014-03-051-1/+2
* autotools: Limit aclocal files to those in dependenciesRichard Purdie2014-03-051-18/+40
* autotools: Remove .la files if rebuilding non out of tree softwareRichard Purdie2013-09-171-4/+10
* autotools.bbclass: force copy Makefile.in.in to ${S}/po/Roy.Li2013-06-281-1/+1
* autotools.bbclass: Factor out aclocal copying functionRichard Purdie2013-06-041-15/+22
* autotools.bbclass: add EXTRACONFFUNCS variableConstantin Musca2013-02-011-1/+3
* autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gette...Martin Jansa2012-12-171-0/+3
* autotools: set _FOR_BUILD variables hereRoss Burton2012-11-121-0/+15