Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied change from Ben Nizette and Hans-Christian Egtvedt to | Hamish Moffatt | 2008-09-04 | 1 | -2/+4 |
| | | | | | | correctly detect version of gcc on recent distros. Supplied patch was against git and didn't apply cleanly to svn, so applied by hand. | ||||
* | Remove lzo patches which aren't required with latest liblzo package updates | Hamish Moffatt | 2008-09-04 | 2 | -24/+0 |
| | |||||
* | Added eeprog package from gustavoz | Hamish Moffatt | 2008-09-04 | 3 | -0/+53 |
| | |||||
* | Fix duplicate $(AUTORECONF) run in autoreconf and configure targets | Hamish Moffatt | 2008-09-04 | 1 | -6/+4 |
| | |||||
* | In the uninstall and clean targets, remove the built/installed stamp files | Hamish Moffatt | 2008-09-04 | 1 | -0/+5 |
| | | | | so that those actions will do something if executed again. | ||||
* | games: add games.mk so make will descent down package/games/*/*.mk | Peter Korsgaard | 2008-09-03 | 1 | -0/+1 |
| | |||||
* | Bump version | Thiago A. CorrĂȘa | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Qtopia: don't build sqlite driver when SQL module is disabled. | Thiago A. CorrĂȘa | 2008-09-03 | 1 | -0/+6 |
| | |||||
* | file: select zlib | Peter Korsgaard | 2008-09-02 | 1 | -0/+1 |
| | | | | file depends on zlib, so make it visible in kconfig. | ||||
* | file: bump version and use official upstream instead of Debian | Peter Korsgaard | 2008-09-02 | 1 | -3/+3 |
| | | | | Debian is a bit too volatile. | ||||
* | cups: fix help text | Peter Korsgaard | 2008-09-02 | 1 | -1/+1 |
| | |||||
* | bridge: bump version | Peter Korsgaard | 2008-09-02 | 1 | -1/+2 |
| | | | | Upstream tarball doesn't include configure, so run autoreconf. | ||||
* | bridge: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-09-02 | 1 | -66/+23 |
| | |||||
* | Update to Python 2.4.5 (latest patch rev of 2.4) | Hamish Moffatt | 2008-09-02 | 1 | -1/+2 |
| | | | | Remove the test suite before building, else it will fail to compile depending on what modules have been configured. | ||||
* | cups: fix help text | Peter Korsgaard | 2008-09-01 | 1 | -3/+2 |
| | |||||
* | iperf: don't silently enable C++ support in toolchain | Peter Korsgaard | 2008-09-01 | 1 | -1/+4 |
| | |||||
* | iperf: bump version | Peter Korsgaard | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | iperf: convert to Makefile.autotools.in format | Peter Korsgaard | 2008-09-01 | 1 | -62/+8 |
| | |||||
* | package: add libconfig package | Peter Korsgaard | 2008-09-01 | 3 | -0/+30 |
| | |||||
* | busybox: additional 1.12.0 patches | Peter Korsgaard | 2008-08-31 | 2 | -0/+154 |
| | |||||
* | buildroot: support out-of-tree builds | Peter Korsgaard | 2008-08-31 | 2 | -0/+21 |
| | | | | | Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>). | ||||
* | libglib2: fix build with/without locale support | Peter Korsgaard | 2008-08-31 | 2 | -3/+6 |
| | | | | | | | Don't select BR2_ENABLE_LOCALE. Glib works without locale support in toolchain, and packages shouldn't silently select toolchain options. Only select libiconv if locale support isn't enabled. | ||||
* | avahi: don't use BASE_DIR to reference source files | Peter Korsgaard | 2008-08-31 | 1 | -3/+3 |
| | | | | dest != source if we want to support out-of-tree builds | ||||
* | target/generic/mini: remove udhcpc default.script entry | Peter Korsgaard | 2008-08-31 | 1 | -1/+0 |
| | | | | | It isn't provided in the target skeleton, and avahi gets the permissions correct so it isn't needed and just confuses users. | ||||
* | games: Move all games into games subdir | Daniel Laird | 2008-08-29 | 25 | -30/+24 |
| | | | | | | | | | | Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | ||||
* | Makefile.autotools.in: Add extra POST_HOOK targets | Daniel Laird | 2008-08-29 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | It is not possible currently in Makefile.autotools.in packages to do something extra after an extract or configure. This may be useful for example extract libxml2-2.6.32 POST_EXTRACT = remove some .rej files that are in offical release patch (not fail because of remaining .rej files) configure I think this is useful improvement (necessary for Makefile.autotools.in packages) Daniel Laird | ||||
* | libxslt: Convert to Makefile.autotools.in format | Daniel Laird | 2008-08-28 | 1 | -95/+24 |
| | | | | | | | | Converted to Makefile.autotools.in format Version bumped to 1.1.24 Enabled crypto support dependant on gcrypt being chosen/not Post process xslt-config file like freetype-config/xm2-config. | ||||
* | libxml2: Post process xml2-config file to actually work and bump version | Daniel Laird | 2008-08-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Version bumped to 2.6.31 (2.6.32 has .rej files so patch target fails - upstream need to be informed). The xml2-config file in staging dir needs to have prefix / exec-prefix setup to understand the staging directory location. This then means that packages that call xml2-config to get include paths/cflags and libs etc work properly. This is very similar to what freetype does to freetype-config. | ||||
* | busybox: udhcpc patch for 1.12.0 | Peter Korsgaard | 2008-08-28 | 1 | -0/+15 |
| | |||||
* | ubifs: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -8/+13 |
| | |||||
* | cloop: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -4/+5 |
| | |||||
* | tcl: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -4/+8 |
| | |||||
* | xpdf: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | pcmanfm: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | gqview: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | alsamixergui: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | | | | Select fltk and fix homepage link while we're at it. | ||||
* | blackbox: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | matchbox: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -7/+5 |
| | |||||
* | openmotif: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+2 |
| | |||||
* | fltk: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -4/+2 |
| | | | | Remove comment when X isn't available while we're at it. | ||||
* | libsexy: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+5 |
| | | | | Make it depend on libgtk2 while we're at it. | ||||
* | x11r7: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+3 |
| | |||||
* | qtopia: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -3/+4 |
| | |||||
* | qte: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -11/+18 |
| | |||||
* | ntfs-3g: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+6 |
| | |||||
* | stunnel: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+6 |
| | | | | And add homepage while we're at it. | ||||
* | olsr: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -6/+6 |
| | |||||
* | kismet: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -8/+11 |
| | | | | And add homepage while we're at it. | ||||
* | sudo: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -4/+4 |
| | |||||
* | target/device/jp: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -1/+3 |
| |