summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* x11r7: fix kconfig dependenciesPeter Korsgaard2009-10-051-2/+5
| | | | | | | | Most of X.org (E.G. libX11) needs WCHAR support, so ensure that the toplevel BR2_PACKAGE_XORG7 cannot get enabled unless we have WCHAR support in the toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kernel-headers: bump 2.6.27/30/31 stable versionsPeter Korsgaard2009-10-052-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: needs RPC support in toolchainPeter Korsgaard2009-10-052-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Prevent libtool patching before autoreconf when autoreconf is requiredLionel Landwerlin2009-10-051-1/+2
| | | | | | Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Tested-By: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* do not append localversion automaticallyBernhard Reutner-Fischer2009-10-051-1/+1
| | | | | | | prevents build failures if modules are enabled and localversion is "" Signed-off-by: aldot <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wpa_supplicant: adjust make environment for pkg-config callSven Neumann2009-10-051-1/+4
| | | | | | | | | | In case that wpa_supplicant is configured with DBus interface, it calls pkg-config to find the dbus headers and libraries. Adjust the make environment so that it will use the right pkg-config search paths. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tremor: build specific svn revisionPeter Korsgaard2009-10-041-10/+4
| | | | | | | | Select a specific svn revision (current trunk: r16259) instead of the latest from the trunk. Simplifies support, mirroring and makes the system reproducible. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot; move defconfigs to configs/ and print in helpPeter Korsgaard2009-10-0429-19/+15
| | | | | | | | | | As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>