summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* qt: make QT_QMAKE variable point to HOST_DIR nowGustavo Zacarias2011-02-091-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* links: bump to version 2.3pre1Gustavo Zacarias2011-02-093-9/+37
| | | | | | | | | | * Switch to links 2.3pre1. * Enable graphics mode via directfb. TODO: Support X11 mode, maybe linuxfb (requires gpm). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: fixup directfb-config for correctnessGustavo Zacarias2011-02-091-0/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: security bump to 1.0.0dGustavo Zacarias2011-02-091-1/+1
| | | | | | | | | | CVE-2011-0014 http://www.openssl.org/news/secadv_20110208.txt OCSP stapling vulnerability in OpenSSL Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix mpd.conf installation checkGustavo Zacarias2011-02-091-2/+3
| | | | | | | | If target /etc/mpd.conf exists the evaluation will be fail thus breaking the build process. Fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: fix libao supportGustavo Zacarias2011-02-091-2/+1Star
| | | | | | | libao output must be explicitly enabled, so fix it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squid: bump to version 3.1.11Gustavo Zacarias2011-02-091-1/+1
| | | | | | | | Many small fixes, see http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID_3_1_11.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump to version 3.7.5Gustavo Zacarias2011-02-091-1/+1
| | | | | | | See http://www.sqlite.org/releaselog/3_7_5.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: bump to version 0.9.22Gustavo Zacarias2011-02-091-1/+1
| | | | | | | | | | | New antenna configuration and wds peer commands. New mesh functionality. Misc fixes. See http://www.spinics.net/lists/linux-wireless/msg64061.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump to version 1.18.3Gustavo Zacarias2011-02-0910-224/+1Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump to 1.41.14 and fixupGustavo Zacarias2011-02-091-7/+17
| | | | | | | | | | Bump e2fsprogs to version 1.41.14 Also export libblkid properly for util-linux to use. [Peter: install pkg-config files] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* microperl compile fix with ccache enabledMartin Hicks2011-02-081-1/+1
| | | | | | | Just a simple quote problem with $(HOSTCC) Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for DirectFB EP9x driverThomas Petazzoni2011-02-082-1/+6
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cmake: add patch to fix FindQt4 issueThomas Petazzoni2011-02-081-0/+257
| | | | | | | | | | | | | | | The FindQt4 module of CMake insists on having uic, even if the QtGui module isn't part of the requirements to build the program. This isn't correct, as Qt doesn't build/install the uic program when QtGui is disabled (uic is used to generate some UI code). This has been fixed upstream in http://cmake.org/gitweb?p=cmake.git;a=commit;h=43cb9b8276a70d153d56a69d5c61daaf2bc51b78. This commit will be part of the upcoming 2.8.4 CMake release, but in the mean time, let's include it in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cmake: bump to 2.8.3Thomas Petazzoni2011-02-081-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* socat: convert to AUTOTARGETSPeter Korsgaard2011-02-072-121/+10Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: move host programs and specs in HOST_DIRThomas Petazzoni2011-02-071-1/+17
| | | | | | | | | | | | | | | | The Qt build system installs all host programs (uic, rcc, moc, qmake, etc.) in the same base directory as the headers and libraries, but that's not great for Buildroot. So we now move the host programs and the mkspecs files to the $(HOST_DIR), and create a qt.conf, which tells qmake where everything is located. Tested with Qmake and Cmake as build system for a simple Qt application. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add gst-omapfb packageFelipe Contreras2011-02-073-0/+27
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add dsp-tools packageFelipe Contreras2011-02-073-0/+27
| | | | | | | [Peter: add tidsp-binaries dependency, cleanup] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add gst-dsp packageFelipe Contreras2011-02-073-0/+28
| | | | | | | [Peter: add tidsp-binaries to _DEPENDENCIES] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add tidsp-binaries packageFelipe Contreras2011-02-073-0/+21
| | | | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: pass LDFLAGS to fix incorrect linkThomas Petazzoni2011-02-071-1/+1
| | | | | | | | | | | | | | | | | | We already pass the LD variable to openssl in order to use gcc as the driver for the link process, instead of directly using the ld linker. However, we were not passing LDFLAGS so that the compiler flags are passed, which means that with multilib toolchains, the incorrect library variant could be used at link time, leading to invalid binaries (partly ARMv4, partly ARMv5) or broken compilation (when the build took place in soft-float, but the link stage takes place against hard-float libraries). This fixes a problem reported on IRC by amo-ej1 when compiling ssh on PowerPC e500v2 with a CodeSourcery toolchain ("crtbegin.o uses hard float, sshd uses soft float"). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.18.2 fixes for ping, tar and udhcpPeter Korsgaard2011-02-063-0/+37
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-ffmpeg: needs liboilPeter Korsgaard2011-02-042-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gstreamer: update to the latest gstreamer +plugins packagesFelipe Contreras2011-02-047-44/+7Star
| | | | | | | | | liboil is not needed not used any more. orc _can_ be used instead, but it's not needed. [Peter: get rid of liboil selects] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntp: only install init script if ntpd is enabledPeter Korsgaard2011-02-042-7/+6Star
| | | | | | | | Further more: - Rename to S49ntp to match other packages - Fix start target to run ntpd, and only try ntpdate if available Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ntp: add ntpdate optionGustavo Zacarias2011-02-043-36/+26Star
| | | | | | | | | | | | | Closes #2935 Add ntpdate option and make ntpd optional. Based on incomplete patch by Frederik Pasch <fpasch@googlemail.com> Also enable crypto when openssl is enabled. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.18.2 libbb fixPeter Korsgaard2011-02-041-0/+10
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.18.2 modprobe fixGustavo Zacarias2011-02-041-0/+20
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: fix modules_lib_dirs typo in patch-2.7-005-stagng-headers-libs.patchMark Wickham2011-02-041-1/+1
| | | | | | | | | | | | Closes #3169 Typo in modules_lib_dirs section of patch specified modules_include_dirs instead of modules_lib_dirs. This matters if PYTHON_MODULES_LIB is not passed into the script. Signed-off-by: Mark Wickham <markw@digi.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sawman: bump versionPeter Korsgaard2011-02-031-3/+1Star
| | | | | | Old version no longer builds after directfb bump. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bzip2: don't hide on !BR2_PACKAGE_BUSYBOX_SHOW_OTHERSPeter Korsgaard2011-02-031-1/+1
| | | | | | | | Quite a lot of packages select bzip2 (for its libbz2 library), so don't hide it even though busybox DOES have a bzip2 applet - Otherwise kconfig complains. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: drop host-cmake dependenciesGustavo Zacarias2011-02-021-2/+2
| | | | | | | | Now that it's been converted to cmaketargets it doesn't need the host-cmake dependencies since this are fulfilled in the infrastructure. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpng: bump to version 1.4.5Gustavo Zacarias2011-02-021-2/+1Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: idn support requires wcharGustavo Zacarias2011-02-021-0/+1
| | | | | | | IDN support requires wchar, otherwise libintl will fail to build. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libidn: bump to version 1.19Gustavo Zacarias2011-02-021-3/+1Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libart: bump to version 2.3.21Gustavo Zacarias2011-02-022-20/+20
| | | | | | | Bump libart to version 2.3.21 and update patch accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: bump to version 6.6.7-4Gustavo Zacarias2011-02-021-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump to version 1.4.11Gustavo Zacarias2011-02-023-56/+4Star
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.38-rc3Peter Korsgaard2011-02-0211-56/+99
| | | | | | Fixes nconfig crash on comments within choice groups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.37Peter Korsgaard2011-02-0210-341/+408
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.37-rc1Peter Korsgaard2011-02-0235-1169/+1069Star
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: Rebase against Linux 2.6.36Peter Korsgaard2011-02-0215-52/+51Star
| | | | | | | No significant changes, but makes it easier to rebase against newer versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ruby: don't build documentation when building for host eitherPeter Korsgaard2011-02-011-0/+2
| | | | | | We don't use it, so it only slows down the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/dhcp: Fix config namePeter Korsgaard2011-02-011-1/+1
| | | | | | | ISC dhcp is no longer the only way of handling DHCP, so use a less generic config text. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dhcp: fix install -D invocation in target-installPeter Korsgaard2011-02-011-7/+10
| | | | | | | | | Closes #3181 When install -D is used (to ensure destination dirs exists), the destination file name has to be given as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fbset: ensure it builds after busybox if both are enabledGustavo Zacarias2011-01-311-0/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libhidPeter Korsgaard2011-01-314-0/+50
| | | | | | Based on patch by Johan Sagaert, but with some additional tweaks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb-compat: fixup libusb-config script similarly to other *-config scriptsPeter Korsgaard2011-01-311-0/+8
| | | | | | So programs using this don't end up looking for host includes / libraries. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* x11vnc: needs libXtPeter Korsgaard2011-01-312-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>