summaryrefslogtreecommitdiff
path: root/meta/classes/autotools.bbclass
AgeCommit message (Expand)AuthorFiles
2016-11-08classes/externalsrc: re-run do_configure when configure files changePaul Eggleton1
2016-06-29autotools: add default for CACHED_CONFIGUREVARSRoss Burton1
2016-02-13autotools: Fix interaction with bitbake -bRichard Purdie1
2016-02-13autotools: Correct dependency search logic errorRichard Purdie1
2016-01-31Make sure that the directory for CONFIGURESTAMPFILE existsMarkus Lehtonen1
2016-01-31autotools.bbclass: use oe_runmake instead of ${MAKE}Markus Lehtonen1
2016-01-29autotools.bbclass: don't create subshell to delete configure scriptsAndre McCurdy1
2016-01-22autotools: don't output the full config.log on configure failureRoss Burton1
2016-01-16autotools.bbclass: use relative path to run configure scriptRobert Yang1
2015-11-24autotools: Allow recipe-individual configure scriptsJens Rehsack1
2015-09-21autotools: fix traversal bug in aclocal copyingChristopher Larson1
2015-09-16autotools.bbclass: mkdir ${B} -> mkdir -p ${B}Robert Yang1
2015-08-30autotools.bbclass: Allow dependency tracking option to be overriddenRoy Li1
2015-07-16Use die() or bbfatal_log() where the log should definitely be printedPaul Eggleton1
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie1
2015-05-25autotools: Use space with prepend to clean up variable whitespaceRichard Purdie1
2015-04-29autotools: Fix find races on source directoryRichard Purdie1
2015-03-29autotools: Avoid find race for S = "${WORKDIR}"Richard Purdie1
2015-02-13autotools/siteinfo: Avoid races over siteinfo filesRichard Purdie1
2015-01-16autotools.bbclass: print make cleanRobert Yang1
2014-12-05autotools.bbclass: respect CLEANBROKENRoss Burton1
2014-10-30autotools: Use make clean for builds not supporting B != SRichard Purdie1
2014-08-23classes/autotools: avoid error if recipe is first in task dependency treePaul Eggleton1
2014-08-04autotools: Exclude SDK_OS from autotools task signaturesRichard Purdie1
2014-08-03autotools: Fix warning for odctools-crosssdkRichard Purdie1
2014-08-03sstate: Allow switching between linux and non-linux SDK builds within the sam...Richard Purdie1
2014-07-25autotools: Improve configure dependency code for finding m4 filesRichard Purdie1
2014-07-25autotools.bbclass: Enhance sed regexp to avoid extra subshellMatthieu Crapet1
2014-07-03autotools.bbclass: remove autotools_set_crosscompilingRoss Burton1
2014-04-30binutils/gcc/gdb: Add TARGET_ARCH to PN for all cross recipesRichard Purdie1
2014-04-23autotools: Enable separate builddir by defaultRichard Purdie1
2014-03-18autotools: Exclude variables from autotools_copy_aclocalsRichard Purdie1
2014-03-05alsa-tools/autotools: Ensure that aclocal files can be present with AUTOTOOLS...Richard Purdie1
2014-03-05autotools: Limit aclocal files to those in dependenciesRichard Purdie1
2013-09-17autotools: Remove .la files if rebuilding non out of tree softwareRichard Purdie1
2013-06-27autotools.bbclass: force copy Makefile.in.in to ${S}/po/Roy.Li1
2013-06-04autotools.bbclass: Factor out aclocal copying functionRichard Purdie1
2013-02-01autotools.bbclass: add EXTRACONFFUNCS variableConstantin Musca1
2012-12-14autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gette...Martin Jansa1
2012-11-12autotools: set _FOR_BUILD variables hereRoss Burton1
2012-10-19autotools: Use STAGING_DATADIR_NATIVE for config.rpathRichard Purdie1
2012-10-18autotools.bbclass: Fix gettext macro versions issuesRichard Purdie1
2012-10-18autotools: Fix race over aclocal macro directoryRichard Purdie1
2012-09-27Revert "autotools.bbclass: using relative paths for acpaths"Richard Purdie1
2012-09-27autotools.bbclass: using relative paths for acpathsWenzong Fan1
2012-09-24autotools: Remove special handling for autoconf* and automake*Phil Blundell1
2012-09-12autotools.bbclass: Add functionality to force a clean of ${B} when reconfigur...Richard Purdie1
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie1
2012-07-03autotools.bbclass: When configure fails, dump the config.log files the logsRichard Purdie1
2012-05-30scripts/cp-noerror: Add a special copy function to fix autotools issuesRichard Purdie1