summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
AgeCommit message (Expand)Author
2022-08-12classes: Update classes to match new bitbake class scope functionalityRichard Purdie
2022-08-12classes: Add SPDX license identifiersRichard Purdie
2022-08-12classes: Add copyright statements to files without oneRichard Purdie
2021-09-26autotools.bbclass: use ordinary append for file-checksums updateMatt Madison
2021-09-23siteinfo/autotools: Ensure task checksums reflect site filesRichard Purdie
2021-08-02Convert to new override syntaxRichard Purdie
2021-07-30autotools/base/icecc: Remove prepend from function namesRichard Purdie
2021-02-07autotools: no need to depend on gnu-configRoss Burton
2021-02-07autotools: remove intltoolize logicRoss Burton
2021-02-07autotools: disable gtkdocize for nowRoss Burton
2021-02-07autotools: don't warn about obsolete usageRoss Burton
2020-11-08autotools: CONFIG_SHELL defaultsAndrej Valek
2020-10-17autotools.bbclass: Order CONFIG_SHELL before CACHED_CONFIGUREVARSKhem Raj
2020-07-18autotools: don't special-case help2man-native for dependenciesRoss Burton
2020-01-28autotools: Give in and force CONFIG_SHELL to bashRichard Purdie
2019-09-06autotools: always include config_site.d files in CONFIG_SITEDan Callaghan
2018-09-05autotools.bbclass: adjust indentation for consistencyChen Qi
2018-07-26autotools.bbclass: fix autoreconf bbnote commandline argumentsAndre McCurdy
2018-01-14autotools: don't wipe gettext macros from gettextRoss Burton
2017-07-30siteinfo: fix siteinfo_get_files to work with RSSJackie Huang
2017-03-27autotools.bbclass: Replace "grep ... >/dev/null" with "grep -q"Robert P. J. Day
2017-03-04autotools.bbclass: delete the extra varflag set for autotools_copy_aclocalsDengke Du
2017-01-26autotools.bbclass: Change acpaths defaults to be a weak assignmentKhem Raj
2017-01-23Switch to Recipe Specific SysrootsRichard Purdie
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-10-11classes/externalsrc: re-run do_configure when configure files changePaul Eggleton
2016-09-28autotools.bbclass: use python3 instead of python (v2)Markus Lehtonen
2016-09-22autotools/siteinfo: Tweak CONFIG_SITE handling for determism/racesRichard Purdie
2016-09-14autotools: Correctly filter m4 files view to setscene dependenciesRichard Purdie
2016-09-03autotools.bbclass: remove EXTRA_OEMAKE workaroundStefan Müller-Klieser
2016-09-03base, autotools: Append PACKAGECONFIG_CONFARGS to EXTRA_OECONF only in autoto...Martin Jansa
2016-08-10autotools.bbclass: remove intltool.m4 from ${S}Ross Burton
2016-08-10autotools: move aclocal-copy to WORKDIRRoss Burton
2016-06-23autotools: ensure Makefile exists in do_compileRoss Burton
2016-05-15autotools.bbclass: fix py3 SyntaxError in cfgscript print()Tim Orling
2016-05-06autotools: add default for CACHED_CONFIGUREVARSRoss Burton
2016-04-29autotools: warn when running intltoolize if intltool isn't a dependemcyRoss Burton
2016-02-14autotools: Fix interaction with bitbake -bRichard Purdie
2016-02-14autotools: Correct dependency search logic errorRichard Purdie
2016-01-31Make sure that the directory for CONFIGURESTAMPFILE existsMarkus Lehtonen
2016-01-31autotools.bbclass: use oe_runmake instead of ${MAKE}Markus Lehtonen
2016-01-30autotools.bbclass: don't create subshell to delete configure scriptsAndre McCurdy
2016-01-24autotools: don't output the full config.log on configure failureRoss Burton
2016-01-18autotools.bbclass: use relative path to run configure scriptRobert Yang
2015-11-24autotools: Allow recipe-individual configure scriptsJens Rehsack
2015-09-23autotools: fix traversal bug in aclocal copyingChristopher Larson
2015-09-18autotools.bbclass: mkdir ${B} -> mkdir -p ${B}Robert Yang
2015-08-30autotools.bbclass: Allow dependency tracking option to be overriddenRoy Li
2015-07-16Use die() or bbfatal_log() where the log should definitely be printedPaul Eggleton
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie