summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile: add rand/allyes/allno package config targetsPeter Korsgaard2009-10-041-2/+32
| | | | | | | | Similar to the normal targets, but only affects the BR2_PACKAGE_* options. E.G. handy for keeping your current toolchain config while testing (random) packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: update help textPeter Korsgaard2009-10-041-6/+7
| | | | | | | | | get rid of the removed saveconfig/getconfig targets, and instead document randconfig/defconfig/allyesconfig/allnoconfig. Furthermore, get rid of the unused tags target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libupnp: needs largefile support in toolchainPeter Korsgaard2009-10-042-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: fix typoPeter Korsgaard2009-10-041-1/+1
| | | | | | | Fix typo introduced by 1e32e0700a (remove dedicated target-headers option). Noticed by Alexander Clouter <alex@digriz.org.uk>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add recently fixed packagesPeter Korsgaard2009-10-031-4/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: remove dedicated target-headers optionPeter Korsgaard2009-10-032-12/+1
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa-supplicant: create target-install-hook stamp filePeter Korsgaard2009-10-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: create .configured stamp filePeter Korsgaard2009-10-031-0/+2
| | | | | | Ensures that the configure+make steps are not run every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* shared-mime-info: create post-install-hook stamp filePeter Korsgaard2009-10-031-1/+2
| | | | | | | | Ensures that the hook isn't run every time. Also use the real stamp file from the host build instead of host-share-mime-info as dependency, as otherwise the target is always considered out-of-date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: remove dedicated target-headers optionPeter Korsgaard2009-10-032-12/+2
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lua: only install headers if BR2_HAVE_DEVFILES is enabledPeter Korsgaard2009-10-031-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: remove dedicated target-headers optionPeter Korsgaard2009-10-033-16/+5
| | | | | | | Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wipe: fix build without largefile supportPeter Korsgaard2009-10-032-2/+2
| | | | | | And pass proper cflags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: fix build without largefile supportPeter Korsgaard2009-10-032-1/+29
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add ncftp + quaggaPeter Korsgaard2009-10-031-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncftp: needs largefile support in toolchainPeter Korsgaard2009-10-031-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: snmp support needs netsnmpPeter Korsgaard2009-10-032-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: ripngd support needs ipv6 support in toolchainPeter Korsgaard2009-10-031-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: cleanup kconfigPeter Korsgaard2009-10-032-60/+26
| | | | | | Structure it like other packages with sub-options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: add unifdef getline fix for old kernelPeter Korsgaard2009-10-032-0/+112
| | | | | | | Fix is in mainline since 2.6.29, and was backported in the 2.6.27.x stable versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add recently fixed packagesPeter Korsgaard2009-10-031-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mdadm: fix build without largefile supportPeter Korsgaard2009-10-031-0/+27
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fix tabs instead of spacesPeter Korsgaard2009-10-031-28/+28
| | | | | | | | Commit 0eca108b738acf9d3 (directfb: add host-directfb target for directfb-csource) had tabs replaced by spaces, causing stuff to break - Fixed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add host-directfb target for directfb-csourceSven Neumann2009-10-021-0/+52
| | | | | | | | | directfb-csource is a code generation tool that may be needed to build other packages. Add host-directfb target that installs directfb-csource in the host_dir. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpatrol: remove packagePeter Korsgaard2009-10-026-864/+1
| | | | | | | | | | | | | It doesn't compile: ../../src/memory.c: In function '__mp_memquery': ../../src/memory.c:769: error: lvalue required as left operand of assignment And hasn't seen any updates since it got added in 2006, so it cannot have many users. People most likely use valgrind nowadays for memory debugging anyway - Drop it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fix build with BR2_PACKAGE_DIRECTFB_DEBUGPeter Korsgaard2009-10-021-0/+33
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* festival: needs C++ supportPeter Korsgaard2009-10-021-5/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* speech-tools: needs C++ supportPeter Korsgaard2009-10-021-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: fix build for powerpcPeter Korsgaard2009-10-021-1/+2
| | | | | | ltrace wants ARCH=ppc when building for powerpc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: cleanupPeter Korsgaard2009-10-021-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liblockfile: fix target-install dependenciesPeter Korsgaard2009-10-021-11/+10
| | | | | | | | | liblockfile.so.1.0 gets installed into /usr/lib, not /lib, so the target install make target is always considered out-of-date. Do various cleanups while we're here. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: remove unneeded post install hookPeter Korsgaard2009-10-021-5/+0
| | | | | | Makefile.autotools.in already cleans up man pages if configured to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libuuid: cleanupPeter Korsgaard2009-10-021-11/+9
| | | | | | | Got rid of LIBUUID_TARGET_DIR, and made sure staging install is only done once. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libuuid: fix target-install dependenciesPeter Korsgaard2009-10-021-2/+2
| | | | | | | libuuid.so gets installed into /usr/lib, not /lib, so the target install make target is always considered out-of-date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dependencies: check for 'patch'Peter Korsgaard2009-10-021-0/+17
| | | | | | | We need patch for patch-kernel.sh, so verify that it's available before building. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mdnsresponder: remove packagePeter Korsgaard2009-10-017-376/+2
| | | | | | | | | | | The source target was broken until very recently, and it doesn't build as it tries to use the host compiler for the client stuff, so there cannot be many users of it. People should use avahi instead nowadays, so so just remove it instead of hacking it to work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: fix buildPeter Korsgaard2009-10-011-13/+14
| | | | | | | | | | Fix various breakage in the imagemagick build: - libWand.* is now called libMagickWand.* - libMagic.* is now called libMagickCore.* - References to wrong version numbers in directories - Libraries missing from clean target Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mdnsresponder: fix -source targetPeter Korsgaard2009-10-011-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-01146-173/+173
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: reinstate /etc/{hostname,issue} kconfig when using generic targetPeter Korsgaard2009-09-302-1/+32
| | | | | | | These got lost in the recent cleanup, but are handy for minimal rootfs customization. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: reinstate /etc/br-versionPeter Korsgaard2009-09-301-0/+4
| | | | | | Got lost in the recent cleanup, but is handy to know BR version. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: be more quiet when make -s is usedPeter Korsgaard2009-09-301-0/+3
| | | | | | Somehow got lost in the recent reorganisation. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* zlib: Replace negative logic in Makefile with positiveMichael Roth2009-09-301-5/+5
| | | | | | | | Positive logic is easier to read and understand than something like 'if not option=yes then foo else bar'. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix download directory in default configsMichael Roth2009-09-3026-26/+26
| | | | | | | | | | | | | | | Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning of $(BASE_DIR). Previously it was the top level buildroot directory, now it is the 'output' directory. As an side effect, the download directory 'dl' was moved to 'output/dl'. In commit 416323e93442646e344a4e914776520c5e552fa0 the default download directory was moved back to the top level of buildroot. So the various default configurations should reflect this. Fix them. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dependencies: check for >= make 3.81Peter Korsgaard2009-09-301-2/+2
| | | | | | | | | | Reported by Andrew Dyer <amdyer@gmail.com> and Lionel Landwerlin <lionel.landwerlin@openwide.fr>. Seems like make 3.80 has problems with our Makefile.autotools.in infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.15.1 find fixPeter Korsgaard2009-09-301-0/+230
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.15.1 lineedit fixPeter Korsgaard2009-09-291-0/+156
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add swfdec packagePeter Korsgaard2009-09-291-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pango: needs host version of pango for pango-querymodulesPeter Korsgaard2009-09-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add Swfdec Free flash libraryEmmanuel Riou2009-09-293-0/+60
| | | | | | | | Peter: fixed kconfig (missing/wrong dependencies, text, trailing spaces) and makefile typo (ohost-pkgconfig). Signed-off-by: Emmanuel Riou <riou.emmanuel@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>