Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-01-25 | divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵ | Rolf Leggewie | 1 | |
Partly fixes 2471. | ||||
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-11-20 | many packages: fix parse errors | Marcin Juszkiewicz | 1 | |
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces | ||||
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-09-09 | many recipes: change pcre to libpcre in DEPENDS | Philipp Zabel | 1 | |
2005-08-20 | Changed the init script name from httpd to apache. | Rod Whitby | 1 | |
2005-08-20 | Fixed the equality test in the apache init script. | Rod Whitby | 1 | |
2005-08-21 | Fix apache to use openssl from staging. Fix depends on pcre and expat. NOTE: ↵ | David Karlstrom | 1 | |
still just for native building. | ||||
2005-08-17 | Add apache 2.0.54. This package only compiles nativly, and is only tested on ↵ | David Karlstrom | 1 | |
openslug-native. Since this is not for cross I'm leaving the apache files in nonworking for the time beeing. |