summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
Commit message (Expand)AuthorAgeFilesLines
* 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
* autotools: Use STAGING_DATADIR_NATIVE for config.rpathRichard Purdie2012-10-191-2/+2
* autotools.bbclass: Fix gettext macro versions issuesRichard Purdie2012-10-181-14/+17
* autotools: Fix race over aclocal macro directoryRichard Purdie2012-10-181-9/+13
* Revert "autotools.bbclass: using relative paths for acpaths"Richard Purdie2012-09-271-2/+1
* autotools.bbclass: using relative paths for acpathsWenzong Fan2012-09-271-1/+2
* autotools: Remove special handling for autoconf* and automake*Phil Blundell2012-09-241-83/+75
* autotools.bbclass: Add functionality to force a clean of ${B} when reconfigur...Richard Purdie2012-09-121-0/+21
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-19/+19
* autotools.bbclass: When configure fails, dump the config.log files the logsRichard Purdie2012-07-031-1/+8