summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* package/tcl: fix for POSIX complianceYann E. MORIN2010-09-301-2/+2
| | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: bump version, fix conflicting options, enhance helpGustavo Zacarias2010-09-303-47/+43
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'for-2010.11/remove-deprecated-arch' of ↵Peter Korsgaard2010-09-303-7/+1
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * Remove code specific to removed architecturesThomas Petazzoni2010-08-313-7/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | cvs: convert to autotargetsMartin Banky2010-09-301-66/+25
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | acpid: convert to gentargets and bump to 2.0.6Martin Banky2010-09-291-38/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | Also, added acpi_listen to the target. It was being stripped, but not copied. acpi_listen is a simple shell-friendly tool which connects to acpid and listens for events. When an event occurs, acpi_listen will print it on stdout. [Peter: no strip, install/remove man pages, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: cleanup install/uninstallPeter Korsgaard2010-09-291-2/+11
| | | | | | | | | | | | | | Install/uninstall all programs (including mail-*), and use install -D to copy to target. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lockfile-progs: convert to gentargets and bump to 0.1.15Martin Banky2010-09-292-34/+13
| | | | | | | | | | | | [Peter: no strip, remove unused _BINARY var] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | liberation: convert to gentargets and bump to 1.06.0.20100721Martin Banky2010-09-291-30/+9
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | gadgets-test: convert to gentargetsMartin Banky2010-09-291-34/+15
| | | | | | | | | | | | [Peter: fix aio dependency, add uninstall] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fconfig: convert to gentargets and bump to 20080329Martin Banky2010-09-293-215/+17
| | | | | | | | | | | | [Peter: no strip, remove _BINARY vars, add homepage URL] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libdaemon; bump versionPeter Korsgaard2010-09-291-9/+9
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dosfstools: needs largefile supportPeter Korsgaard2010-09-291-0/+4
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dropbear: fix xauth tweak since dbcec2b2Peter Korsgaard2010-09-281-2/+2
| | | | | | | | | | | | | | | | The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hdparm: convert to gentargets and bump to 9.32Martin Banky2010-09-272-50/+21
| | | | | | | | | | | | [Peter: remove stripping, get rid of _BINARY variables] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: full install, install into staging, make bins configurablePeter Korsgaard2010-09-272-12/+66
| | | | | | | | | | | | | | | | Use make install to install so we get libraries and man pages if enabled, install into staging so other programs can find libsensors and add kconfig options for each of the available programs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lm-sensors: convert to gentargets and bump to 3.1.2Martin Banky2010-09-271-46/+18
| | | | | | | | | | | | [Peter: remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'for-2010.11/no-install-strip' of ↵Peter Korsgaard2010-09-27105-151/+0
|\ \ | | | | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * | packages: remove unneeded _INSTALL_TARGET_OPT definitionsThomas Petazzoni2010-09-27104-147/+0
| | | | | | | | | | | | | | | | | | | | | | | | Now that <pkg>_INSTALL_TARGET_OPT always defaults to 'DESTDIR=$(TARGET_DIR) install', we can remove the <pkg>_INSTALL_TARGET_OPT definition from a lot of packages. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | autotargets: don't use install-stripThomas Petazzoni2010-09-271-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many packages using the AUTOTARGETS infrastructure do not support the install-strip target. Moreover, we are already stripping all binary files in the $(TARGET_DIR) anyway, so using install-strip is a bit useless. So, we use "make install" in all cases, and let Buildroot do the stripping of the binaries if BR2_ENABLE_DEBUG is not set. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | vsftpd: convert to gentargets, bump version and fix buildPeter Korsgaard2010-09-274-99/+65
|/ / | | | | | | | | | | vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | thttpd: don't use parallel makePeter Korsgaard2010-09-271-1/+1
| | | | | | | | | | | | | | The thttpd build system isn't safe for parallel makes, as sometimes match.o isn't built by the time it is referenced. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | axel: convert to gentargets and bump to 2.4Martin Banky2010-09-262-43/+37
| | | | | | | | | | | | [Peter: fix build with locale, pass LDFLAGS, simplify install] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | logrotate: convert to gentargets and bump to 3.7.9Martin Banky2010-09-261-34/+28
| | | | | | | | | | | | [Peter: pass LDFLAGS, remove manpages, get rid _BINARY vars only used once] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hwdata: convert to gentargets and bump to 0.230Martin Banky2010-09-261-40/+11
| | | | | | | | | | | | [Peter: get rid of unused vars, use install -D] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dosfstools: convert to gentargets and bump to 3.0.10Martin Banky2010-09-261-73/+32
| | | | | | | | | | | | [Peter: pass LDFLAGS, remove stripping] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hotplug: mark as deprecatedPeter Korsgaard2010-09-261-0/+1
| | | | | | | | | | | | | | | | | | It's ancient (+5yrs), no upstream and stuff like this is better handled through mdev/udev nowadays. It will be removed after 2010.11 unless someone complains. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | bsdiff: convert to gentargetsMartin Banky2010-09-261-49/+26
| | | | | | | | | | | | [Peter: cleanup build, install and uninstall targets] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | boa: convert to autotargetsPeter Korsgaard2010-09-262-79/+20
| | | | | | | | | | | | Based on Martin's patch to convert to gentargets. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | fbset: misc cleanupPeter Korsgaard2010-09-261-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 gentargetsMartin Banky2010-09-261-42/+17
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ezxml: misc fixesPeter Korsgaard2010-09-261-2/+17
| | | | | | | | | | | | | | Install into target as well, and use install -D instead of cp, to handle missing usr/include / usr/lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ezxml: convert to gentargetsMartin Banky2010-09-261-37/+15
| | | | | | | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | dbus: bump to 1.2.24Chih-Min Chao2010-09-261-1/+1
| | | | | | | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | tiff: bump to 3.9.4Chih-Min Chao2010-09-261-1/+1
| | | | | | | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | iperf: bump to 2.0.5Chih-Min Chao2010-09-261-1/+1
| | | | | | | | | | Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | sdl_mixer: disable plugins not available in BR, add optional mp3/ogg supportPeter Korsgaard2010-09-251-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2521 Disable plugins with dependencies we don't have in BR / aren't enabled, so the configure script doesn't get confused if they are installed on the host. Also enable ogg/libmad support if enabled in BR. Notice: flac support is disabled for now as the sdl_mixer configure script doesn't work when cross compiling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | iproute: bump version and convert to gentargetsGustavo Zacarias2010-09-252-55/+37
| | | | | | | | | | | | | | | | Convert iproute2 to gentargets and bump to version 2.6.35. [Peter: Small fixes to uninstall] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | wpa_supplicant: fix build without opensslPeter Korsgaard2010-09-231-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | hostapd: fix build without opensslPeter Korsgaard2010-09-231-0/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | openvpn: bump version, fix build with --disable-cryptoPeter Korsgaard2010-09-232-1/+31
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | mtd: bump versionPeter Korsgaard2010-09-232-36/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libmms: bump version, add patch for architectures without unaligned accessPaul Burton2010-09-212-2/+86
| | | | | | | | | | | | | | Closes #2581 Signed-off-by: Paul Burton <Paul.Burton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ntp: convert to autotargets and bump to 4.2.6p2Martin Banky2010-09-215-135/+79
| | | | | | | | | | | | | | | | | | Also added additional options for ntp and fixed a build issue when IPv6 support is not available. [Peter: small tweaks] Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | lzma: mark old package as deprecatedPeter Korsgaard2010-09-201-1/+2
| | | | | | | | | | | | xz-utils should be used instead nowadays. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | squashfs: add lzma supportPeter Korsgaard2010-09-202-9/+26
| | | | | | | | | | | | And try to select a sane default compression algorithm. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | package: add xz-utils packagePeter Korsgaard2010-09-203-0/+28
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Fix <PKG_NAME>_VERSION variable setupLionel Landwerlin2010-09-201-8/+8
| | | | | | | | | | | | | | | | | | Commit 993e51bc22f508fbaf39c5c49fd0595fc5c56013 introduced a problem to compute <PKG_NAME>_VERSION variable when PKG_NAME start with 'HOST_'. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | squashfs: bump 4.x, add lzo supportPeter Korsgaard2010-09-206-147/+160
| | | | | | | | | | | | We'll need libattr/xz packages in BR to enable support for those. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | zlib: Fix buildLionel Landwerlin2010-09-201-2/+2
| | | | | | | | | | | | | | Using "make -j $(N)" with N > 1 sometimes breaks zlib build. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>