summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
Commit message (Expand)AuthorAgeFilesLines
* autotools.bbclass: mkdir ${B} -> mkdir -p ${B}Robert Yang2015-09-191-1/+1
* autotools: Fix find races on source directoryRichard Purdie2015-05-151-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
* scripts/cp-noerror: Add a special copy function to fix autotools issuesRichard Purdie2012-05-301-2/+1
* autotools.bbclass: Drop -nativesdk dependency to lib-cross.Lianhao Lu2012-03-311-0/+1
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-3/+3
* autotools.bbclass: Make builds deterministicRichard Purdie2012-02-241-0/+2
* autotools.bbclass: Don't copy into non-existant directoryAndreas Oberritter2012-02-231-1/+1
* autotools.bbclass: Introduce CACHED_CONFIGUREVARSKhem Raj2012-01-101-1/+1
* autotools.bbclass: fix cp error for empty dirNitin A Kamble2012-01-031-1/+3
* autotools.bbclass: Report the missing configure pathDarren Hart2011-11-301-4/+5
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-3/+3
* autotools: fix multi-word arguments for EXTRA_OECONFChristopher Larson2011-10-141-4/+2
* autotools: Enhance gettext handling to better work with SCM versions of codeRichard Purdie2011-10-141-1/+7
* autotools.bbclass: Allow dependency tracking option to be easily overriddenRichard Purdie2011-10-061-1/+3
* autotools: Disable dependency trackingRichard Purdie2011-10-041-0/+1
* Remove help2man dependencyRichard Purdie2011-10-041-1/+1
* autotools.bbclass: Set the dynamic linker search path for libtool correctlyRichard Purdie2011-09-261-0/+2
* autotools.bbclass: Fix m4 file raceRichard Purdie2011-08-031-1/+6
OpenPOWER on IntegriCloud