summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-260/+0
* classes: Add SPDX license identifiersRichard Purdie2022-08-121-0/+2
* classes: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+4
* autotools.bbclass: use ordinary append for file-checksums updateMatt Madison2021-09-261-4/+1
* siteinfo/autotools: Ensure task checksums reflect site filesRichard Purdie2021-09-231-1/+7
* Convert to new override syntaxRichard Purdie2021-08-021-4/+5
* autotools/base/icecc: Remove prepend from function namesRichard Purdie2021-07-301-2/+2
* autotools: no need to depend on gnu-configRoss Burton2021-02-071-1/+1
* autotools: remove intltoolize logicRoss Burton2021-02-071-8/+0
* autotools: disable gtkdocize for nowRoss Burton2021-02-071-1/+1
* autotools: don't warn about obsolete usageRoss Burton2021-02-071-1/+1
* autotools: CONFIG_SHELL defaultsAndrej Valek2020-11-081-1/+1
* autotools.bbclass: Order CONFIG_SHELL before CACHED_CONFIGUREVARSKhem Raj2020-10-171-1/+1
* autotools: don't special-case help2man-native for dependenciesRoss Burton2020-07-181-1/+1
* autotools: Give in and force CONFIG_SHELL to bashRichard Purdie2020-01-281-1/+1
* autotools: always include config_site.d files in CONFIG_SITEDan Callaghan2019-09-061-2/+5
* autotools.bbclass: adjust indentation for consistencyChen Qi2018-09-051-1/+1
* autotools.bbclass: fix autoreconf bbnote commandline argumentsAndre McCurdy2018-07-261-1/+1
* autotools: don't wipe gettext macros from gettextRoss Burton2018-01-141-1/+1
* siteinfo: fix siteinfo_get_files to work with RSSJackie Huang2017-07-301-1/+1
* autotools.bbclass: Replace "grep ... >/dev/null" with "grep -q"Robert P. J. Day2017-03-271-4/+4
* autotools.bbclass: delete the extra varflag set for autotools_copy_aclocalsDengke Du2017-03-041-1/+0
* autotools.bbclass: Change acpaths defaults to be a weak assignmentKhem Raj2017-01-261-1/+1
* Switch to Recipe Specific SysrootsRichard Purdie2017-01-231-120/+8
* meta: remove True option to getVar callsJoshua Lock2016-12-161-6/+6
* 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