summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
AgeCommit message (Expand)Author
2015-04-17autotools: Avoid find race for S = "${WORKDIR}"Richard 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-24autotools: 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-28autotools.bbclass: force copy Makefile.in.in to ${S}/po/Roy.Li
2013-06-04autotools.bbclass: Factor out aclocal copying functionRichard Purdie
2013-02-01autotools.bbclass: add EXTRACONFFUNCS variableConstantin Musca
2012-12-17autotools: copy also remove-potcdate.sin from ${STAGING_DATADIR_NATIVE}/gette...Martin Jansa
2012-11-12autotools: set _FOR_BUILD variables hereRoss Burton
2012-10-19autotools: Use STAGING_DATADIR_NATIVE for config.rpathRichard Purdie
2012-10-18autotools.bbclass: Fix gettext macro versions issuesRichard Purdie
2012-10-18autotools: Fix race over aclocal macro directoryRichard Purdie
2012-09-27Revert "autotools.bbclass: using relative paths for acpaths"Richard Purdie
2012-09-27autotools.bbclass: using relative paths for acpathsWenzong Fan
2012-09-24autotools: Remove special handling for autoconf* and automake*Phil Blundell
2012-09-12autotools.bbclass: Add functionality to force a clean of ${B} when reconfigur...Richard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-03autotools.bbclass: When configure fails, dump the config.log files the logsRichard Purdie
2012-05-30scripts/cp-noerror: Add a special copy function to fix autotools issuesRichard Purdie
2012-03-31autotools.bbclass: Drop -nativesdk dependency to lib-cross.Lianhao Lu
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2012-02-24autotools.bbclass: Make builds deterministicRichard Purdie
2012-02-23autotools.bbclass: Don't copy into non-existant directoryAndreas Oberritter
2012-01-10autotools.bbclass: Introduce CACHED_CONFIGUREVARSKhem Raj
2012-01-03autotools.bbclass: fix cp error for empty dirNitin A Kamble
2011-11-30autotools.bbclass: Report the missing configure pathDarren Hart
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-10-14autotools: fix multi-word arguments for EXTRA_OECONFChristopher Larson
2011-10-14autotools: Enhance gettext handling to better work with SCM versions of codeRichard Purdie
2011-10-06autotools.bbclass: Allow dependency tracking option to be easily overriddenRichard Purdie
2011-10-04autotools: Disable dependency trackingRichard Purdie
2011-10-04Remove help2man dependencyRichard Purdie
2011-09-26autotools.bbclass: Set the dynamic linker search path for libtool correctlyRichard Purdie
2011-08-03autotools.bbclass: Fix m4 file raceRichard Purdie
2011-07-27multilib: Add support for compiling recipes against multiple ABIsRichard Purdie
2011-07-20autotools.bbclass: Add help2man-native to the main DEPENDS treeTom Rini
2011-06-09native/nativesdk: Clean up the depends ordering after bitbake override handli...Richard Purdie
2011-05-04logging: update existing oe* logging users to the bb* interfaceDarren Hart
2011-04-28autotools.bbclass: Copy gettext files only if --disable-nls is not setKhem Raj
2011-04-12autotools: Pass --disable-silent-rules to configureColin Walters