summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* busybox: autodetect nfs mount support based on BR2_INET_RPC settingPeter Korsgaard2009-06-221-0/+5
| | | | | | | | | Override nfs mount support based on BR2_INET_RPC setting, so BR will DTRT. This way you will automatically get NFS support in busybox if available in the toolchain, and the build won't break if the defconfig enables it but the user has it disabled in the toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.13.x defconfig: enable devmem appletPeter Korsgaard2009-06-221-1/+1
| | | | | | Small and useful for a lot of early hardware testing/verification. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove device-mapperNigel Kukard2009-06-203-139/+0
| | | | | | | Device mapper is now provided by lvm2 Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmraid must now require lvm2 and not dmNigel Kukard2009-06-202-2/+2
| | | | | | | As device-mapper has moved to lvm2, dmraid must now require lvm2. Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* LVM2 now provides device-mapperNigel Kukard2009-06-202-8/+59
| | | | | | | | | | - Updated LVM2 to version 2.02.47 - Added option to only install dmsetup - Updated config description - thanks Olaf Rempel - Fixed readline issues - thanks Olaf Rempel Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: use "select" for dependenciesMarkus Heidelberg2009-06-191-1/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Merge branch 'master' of git://github.com/willnewton/buildrootPeter Korsgaard2009-06-189-4/+530
|\
| * gst-plugins-bad: New package.Will Newton2009-06-163-0/+493
| | | | | | | | | | | | | | | | | | A package of gstreamer plugins that may be of lesser quality or lacking in features. Closes #395. Signed-off-by: Will Newton <will.newton@gmail.com>
| * gst-plugins-base: Bump version to 0.10.23.Will Newton2009-06-162-1/+10
| | | | | | | | | | | | | | | | | | Also add a config option for the app plugin that was moved from to gst-plugins-base from gst-plugins-bad in version 0.10.22. Closes #393. Signed-off-by: Will Newton <will.newton@gmail.com>
| * gstreamer: Bump version to 0.10.23.Will Newton2009-06-161-1/+1
| | | | | | | | | | | | Closes #391. Signed-off-by: Will Newton <will.newton@gmail.com>
| * gst-plugins-good: Allow souphttpsrc plugin to be configured.Will Newton2009-06-162-0/+11
| | | | | | | | | | | | | | | | | | Add a config option to enable the user to enable or disable the souphttpsrc plugin. Closes #383. Signed-off-by: Will Newton <will.newton@gmail.com>
| * gstreamer: Allow libxml2 dependency to be configured.Will Newton2009-06-162-2/+15
| | | | | | | | | | | | | | | | | | | | gstreamer uses libxml2 to support the plugin registry and pipeline load/save features. This change allows the user to build gstreamer without libxml2 which saves a large amount of space on the target. Closes #373. Signed-off-by: Will Newton <will.newton@gmail.com>
* | Upgrade classpath version and fix compilationThomas Petazzoni2009-06-151-3/+4
|/ | | | | | | | * Upgrade to version 0.98 * Use --disable-Werror, otherwise it doesn't build since warnings are treated as errors * Don't depend on tiff, which isn't mandatory, and doesn't build. Once tiff is fixed, we can re-add it as a dependency.
* dmraid linking against host system fixNigel Kukard2009-06-151-0/+15
| | | | | | | | dmraid is hard coded with -L$(DESTDIR)$(libdir) which tries to link in the host systems' libs Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.14.1 ash fixPeter Korsgaard2009-06-141-0/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.14.1 fixesPeter Korsgaard2009-06-122-151/+161
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: Fix pkgconfig dependencyWill Newton2009-06-111-1/+1
| | | | | | | | | neon should depend on host-pkgconfig rather than pkgconfig. Closes #385. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.14.1 fixesPeter Korsgaard2009-06-112-0/+818
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcurl: fix --without-ssl typoPeter Korsgaard2009-06-101-1/+1
| | | | | Reported-by: Nestor <nestor@traceback.com.br> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.14.1 ftpd + modprobe patchesPeter Korsgaard2009-06-062-0/+154
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-input-synaptics: fix download urlPeter Korsgaard2009-06-061-2/+2
| | | | | | | 0.15.0 seems to never have been in Debian (it is atleast not on snapshot.debian.net), so use the real upstream (freedesktop) instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeoutPeter Korsgaard2009-06-041-0/+6
| | | | | | | | | | The avahi udhcpc script used to start up avahi-autoipd at defconfig (init) time, and then kill it if a dhcp lease was acquired, leading to extra network traffic. Change it to only start avahi-autoipd on timeout and dhcp nak. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix diffutils build breakage with BR2_STRIP_none=yMarc Gauthier2009-06-011-1/+2
| | | | | | | | | Look at BR2_STRIP_none to decide whether to strip diffutils binaries. This avoids bad quoting in diffutils Makefile.in (generated by automake 1.6) when STRIP is set to: true -Not_stripping Signed-off-by: Marc Gauthier <marc@alumni.uwaterloo.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: fix initscript installMarc Gauthier2009-05-281-1/+1
| | | | | | | | | | | | The -D option to install only works portably when the destination is a file. Specifying the filename avoids the following build error (at least on some hosts): "/usr/bin/install: cannot overwrite directory `/tmp/buildroot/ project_build_foobar/uclibc/root/etc/init.d' with non-directory" Signed-off-by: Marc Gauthier <marc@tensilica.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.14.x versionPeter Korsgaard2009-05-2712-332/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* curl: make sure openssl isn't tried when the openssl package isn't enabledPeter Korsgaard2009-05-271-0/+2
| | | | | | Works around build errors caused by broken Xorg dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: disable extensions where we don't have the deps in BRPeter Korsgaard2009-05-271-12/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: fix kconfig dependencies for extension modulesPeter Korsgaard2009-05-271-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: needs ncurses, so select it in kconfigPeter Korsgaard2009-05-271-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: fix brown paper bag typo introduced in a7ed91aPeter Korsgaard2009-05-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* strace: fix build for arm eabiPeter Korsgaard2009-05-241-0/+27
| | | | | | Based on patch from gentoo bug 241168: http://bugs.gentoo.org/241168 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb: fix host autoconf/automake dependenciesPeter Korsgaard2009-05-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver: mark as broken on avr32Peter Korsgaard2009-05-191-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa: needs C++ supportPeter Korsgaard2009-05-192-3/+4
| | | | | | | mesa (and in turn xorg) needs C++ support. Based on patch by Steffen Schulz <pepe_ml@gmx.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mesa: fix build for x86Jim Persson2009-05-191-0/+12
| | | | | | | | | | mesa wants to compile and run gen_matypes at build time, so make sure it gets compiled for the host and not for the target. Closes #323. Signed-off-by: Jim Persson <spambox@nurd.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.14.0 fixesPeter Korsgaard2009-05-194-1/+203
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.14.0 libbb fixPeter Korsgaard2009-05-181-0/+35
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docker: fix pkg-config pathPeter Korsgaard2009-05-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rsync: fix build with config cacheOlaf Rempel2009-05-151-0/+1
| | | | | | | | Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Acked-by: Thiago A. Correa <thiago.correa@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: remove version number from patchesPeter Korsgaard2009-05-142-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: fix -fstack-protector configure checkPeter Korsgaard2009-05-142-1/+27
| | | | | | | The configure script failed to detect toolchains without stack protector support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cups: add pdftops optionPeter Korsgaard2009-05-142-0/+19
| | | | | | | | The pdftops support in cups needs C++ support, whereas the rest doesn't. Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gamin: only enable python support if enabledSven Neumann2009-05-131-0/+4
| | | | | | Closes #295. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: additional 1.14.0 patchesPeter Korsgaard2009-05-132-13/+19
| | | | | | The original mdev patch was buggy. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dmraid: broken with parallel make (lib + tools race)Peter Korsgaard2009-05-071-0/+2
| | | | | | Reported by Olaf Rempel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* metacity: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-05-062-149/+31
| | | | | | Closes #167. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntfs-3g: convert to Makefile.autotools.inOlaf Rempel2009-05-042-78/+28
| | | | | | | | - bump version to 2009.03.8 - internal fuse support, no longer depends on libfuse/pkgconfig - fix WCHAR dependency Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add .gitignore filesangus salkeld2009-05-041-0/+6
| | | | | | [peter: add /.config] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: set CXX to false rather than "" if no C++ support is enabledPeter Korsgaard2009-05-041-1/+1
| | | | | | | | | Some configure scripts seems to ignore CXX settings if it is set to the empty string, and goes back to the default (<arch>-linux-g++), so use false instead, as that will loudly break the build if the C++ compiler is ever used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: bump versionSven Neumann2009-05-045-43/+26
| | | | | | | | Closes #293. [peter: bump to 3.3.4] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>