Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: remove useless arguments from GENTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fbset: ensure it builds after busybox if both are enabled | Gustavo Zacarias | 2011-01-31 | 1 | -0/+6 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fbset: misc cleanup | Peter Korsgaard | 2010-09-26 | 1 | -5/+5 |
| | | | | | | | Use install -D so it doesn't fail if usr/sbin doesn't exist, remove unneeded stripping and move target cleanup to _UNINSTALL_TARGET_CMDS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fbset: convert to gentargets | Martin Banky | 2010-09-26 | 1 | -42/+17 |
| | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Build fbset using a single process | Ulf Samuelsson | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | fbset: remove unneeded avr32 patch | Peter Korsgaard | 2008-04-24 | 1 | -108/+0 |
| | | | | Reported by Hans-Christian Egtvedt. | ||||
* | fbset: use .patch.$ARCH naming convention | Peter Korsgaard | 2008-04-24 | 2 | -1/+3 |
| | |||||
* | buildroot: add missing -source targets | Peter Korsgaard | 2008-02-19 | 1 | -0/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Send correct args to fbset | Ulf Samuelsson | 2007-09-23 | 1 | -4/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | Cleanup fbset package | Ulf Samuelsson | 2007-07-23 | 1 | -5/+4 |
| | |||||
* | Add fbset 'frame buffer set' package | Ulf Samuelsson | 2007-07-23 | 3 | -0/+168 |