# # Patch managed by http://www.holgerschurig.de/patcher.html # --- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch +++ Python-2.4c1/Makefile.pre.in @@ -78,8 +78,8 @@ exec_prefix= @exec_prefix@ # Expanded directories -BINDIR= $(exec_prefix)/bin -LIBDIR= $(exec_prefix)/lib +BINDIR= @bindir@ +LIBDIR= @libdir@ MANDIR= @mandir@ INCLUDEDIR= @includedir@ CONFINCLUDEDIR= $(exec_prefix)/include s='logo' rowspan='2'>cgit logo index : openembedded-core.git
Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/scripts/recipetool
AgeCommit message (Expand)AuthorFiles
2016-12-16scripts: remove True option to getVar callsJoshua Lock1
2016-12-14recipetool: add OE lib pathPaul Eggleton1
2016-12-13recipetool: Load plugins in a well defined orderOla x Nilsson1
2016-09-03scripts: ensure tinfoil is shut down correctlyPaul Eggleton1
2016-06-14scripts: ensure not specifying subcommand shows help textPaul Eggleton1
2016-06-02scripts: use python3 in shebangEd Bartosh1
2016-03-31scripts, lib: Don't limit traceback lengths to arbitrary valuesRichard Purdie1
2015-12-22scripts: print usage in argparse-using scripts when a command-line error occursPaul Eggleton1
2015-12-01recipetool: make plugin registration function name consistent with devtoolPaul Eggleton1
2015-12-01recipetool: add setvar subcommandPaul Eggleton1
2015-07-27recipetool: parse global args earlyChristopher Larson1
2015-07-27recipetool: also load plugins from BBPATHChristopher Larson1
2015-07-27recipetool: catch BBHandledException from parsingChristopher Larson1
2015-05-19recipetool: add appendfile subcommandPaul Eggleton1
2015-05-19devtool / recipetool: ensure bb.note() gets printedPaul Eggleton1
2015-02-07recipetool: improve command-line helpPaul Eggleton1
2014-12-21scripts/recipetool: Add a recipe auto-creation scriptPaul Eggleton1