summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: bump to version 3.7.11Gustavo Zacarias2012-03-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tftp-hpa: bump to version 5.2Gustavo Zacarias2012-03-291-2/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* coreutils: bump to version 8.16Gustavo Zacarias2012-03-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gawk: bump to version 4.0.1Gustavo Zacarias2012-03-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml-parser-perl: fix host-intltool breakage when microperl is enabledPeter Korsgaard2012-03-271-1/+7
| | | | | | | | | | | | | | | | Microperl will build host-microperl and install it into HOST_DIR/usr/bin, where other packages will pick it up as _CONFIGURE_OPTS / _MAKE_ENV prepends that to the path. libxml-parser-perl didn't though, so it would still be built against the system perl, causing host-intltool to fail when it would use host-microperl together with libxml-parser-perl if the system perl isn't compatible with host-microperl. Fix it by using HOST_CONFIGURE_OPTS and ensuring it is built after (host-)microperl if enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* microperl: fix MICROPERL_INSTALL_TARGET_CMDSThomas Petazzoni2012-03-271-4/+6
| | | | | | | | | | | | | | | | | | | | | | The MICROPERL_INSTALL_TARGET_CMDS used the following construct in a for loop: [ -d $(@D)/lib/$$j ] && cp -af $(@D)/lib/$$j \ $(TARGET_DIR)/$(MICROPERL_MODS_DIR) ; \ [ -f $(@D)/lib/$$i ] && $(INSTALL) -m 0644 -D $(@D)/lib/$$i \ $(TARGET_DIR)/$(MICROPERL_MODS_DIR)/$$i; \ The problem is that when at the last iteration, the second test (-f) fails, then the whole loop ends with a non-zero error code, and makes aborts the build. This happens for example if the last Perl modules in the list is Time::Local, because such modules are taken care of by the first condition (that copies a complete directory). By moving to full if statements, we ensure that the return code is zero even if the condition was false. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pango: fix compilation with glib 2.30Peter Korsgaard2012-03-241-0/+475
| | | | | | | G_CONST_RETURN is deprecated in glib 2.30, so remove occurences to avoid build failures. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: bump to 182Yegor Yefremov2012-03-231-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: socketcandYegor Yefremov2012-03-223-0/+20
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: only show tools option if BUSYBOX_SHOW_OTHERSPeter Korsgaard2012-03-221-0/+1
| | | | | | As pointed out by Arnout. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* poco: bump to 1.4.3p1Baruch Siach2012-03-221-1/+1
| | | | | Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: add option to install module utilitiesPeter Korsgaard2012-03-222-0/+32
| | | | | | And ensure optional zlib+xz dependencies gets picked up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: adjust upstream URLPeter Korsgaard2012-03-221-2/+1
| | | | | | | kmod still doesn't have a real website, but git tree moved to kernel.org, so update help to match. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: bump versionPeter Korsgaard2012-03-221-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libconfig: bump to 1.4.8 and cleanupYegor Yefremov2012-03-211-5/+4
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libupnp: move to version 1.6.14Gustavo Zacarias2012-03-212-1/+1
| | | | | | | | | As pointed by Sagaert Johan in the mailing list and further testing version 1.6.15 has some issues. So move to version 1.6.14 which is far more stable and compliant. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libupnp: bump to version 1.6.15Gustavo Zacarias2012-03-213-16/+27
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* liburcu: only some architectures are supportedThomas Petazzoni2012-03-213-0/+5
| | | | | | | | | | Make sure that liburcu (and the packages that select it) cannot be enabled on the architectures that are not supported. At the moment, only x86, x86-64, PowerPC and ARM are supported. [Peter: add armeb as well] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* parted: make sure to select libuuid in util-linuxThomas Petazzoni2012-03-211-0/+1
| | | | | | | | | | | | | | | | | | parted correctly depends on util-linux, but fails to select the libuuid suboption of util-linux, causing the following build failure if libuuid remains unselected: checking for uuid_generate in -luuid... no configure: error: GNU Parted requires libuuid - a part of the util-linux-ng package (but usually distributed separately in libuuid-devel, uuid-dev or similar) This can probably be found on your distribution's CD or FTP site or at: http://userweb.kernel.org/~kzak/util-linux-ng/ Note: originally, libuuid was part of the e2fsprogs package. Later, it moved to util-linux-ng-2.16, and that package is now the preferred source. make: *** [/home/test/test/output/build/parted-3.1/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsigc: bump to 2.2.10 to fix build with gcc 4.6Thomas Petazzoni2012-03-201-1/+1
| | | | | | | | | | | | | | | The build of libsigc 2.2.8 fails with gcc 4.6 with the following error message: In file included from signal_base.cc:20:0: ../sigc++/signal_base.h:48:11: error: 'size_t' does not name a type In file included from ../sigc++/signal.h:8:0, The 2.2.9 version was released with a fix for this build problem, so we directly bump to the latest version 2.2.10, which builds fine under gcc 4.6. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libatomic_ops: make it available only on supported architecturesThomas Petazzoni2012-03-202-1/+5
| | | | | | | | | | libatomic_ops build fails on architectures such as MIPS or SuperH that are not supported. So we make it possible to select the libatomic_ops package only for the architectures that are known to be supported. [Peter: add armeb as supported arch] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* glib-networking: add missing host-intltool dependencyThomas Petazzoni2012-03-191-1/+5
| | | | | | | | | | | | | Fixes the following problem: checking whether NLS is requested... yes checking for intltool >= 0.35.0... ./configure: line 12323: intltool-update: command not found found configure: error: Your intltool is too old. You need intltool 0.35.0 or later. make: *** [/home/test/test/output/build/glib-networking-2.30.2/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* at: uses fork(), so requires MMUThomas Petazzoni2012-03-191-0/+1
| | | | | | | | | | | | | | | | | Fixes the following problem: atd.o: In function `run_file': atd.c:(.text+0x35c): undefined reference to `fork' atd.c:(.text+0x75c): undefined reference to `fork' daemon.o: In function `daemon_setup': daemon.c:(.text+0x4bc): undefined reference to `fork' collect2: ld returned 1 exit status make[1]: *** [atd] Error 1 make[1]: Leaving directory `/home/test/test/output/build/at-3.1.12' make: *** [/home/test/test/output/build/at-3.1.12/.stamp_built] Error 2 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* transmission: add missing host-intltool dependencyThomas Petazzoni2012-03-191-0/+1
| | | | | | | | | | | | Fixes the following build problem: checking for intltool >= 0.35.0... ./configure: line 17915: intltool-update: command not found found configure: error: Your intltool is too old. You need intltool 0.35.0 or later. make: *** [/home/test/test/output/build/transmission-2.33/.stamp_configured] Error 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: bump to version 1.42.1Gustavo Zacarias2012-03-191-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Added the libtpl packageSimon Dawson2012-03-193-0/+18
| | | | | | [Peter: drop _INSTALL_TARGET = NO as it installs a shared lib] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ttcp: deprecate packagePeter Korsgaard2012-03-181-0/+1
| | | | | | | | | | Software is ancient, upstream is missing and the package hasn't seen any significant changes since it was added in 2003. Unless someone steps up to update it (E.G. to gentargets), it will be removed during the 2012.05 cycle. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* fis: convert to gentargetsPeter Korsgaard2012-03-182-51/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* doom-wad: convert to gentargetsPeter Korsgaard2012-03-182-35/+24
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* DOWNLOAD: change $1=DIRECTORY_URL, $2=FILE_NAME to $1=FULL_FILE_URL, ↵Alvaro G. M2012-03-1813-19/+23
| | | | | | | | | | | | | | | | | | | | | $2=FILE_NAME This modifies the definition of DOWNLOAD to receive two arguments: the first one is the full URL of the file to download, whereas the second (and optional) is the name the file will have once downloaded. Same thing with the SOURCE_CHECK_WGET and SCP functions. All calls to these functions have been changed to the shortest form of the new API, except for toolchains acquisition. Since there is quite a number of different toolchains this call to DOWNLOAD is better set to the generic one. Signed-off-by: Alvaro G. M <alvaro.gamez@hazent.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Stephan Hoffmann <sho@relinux.de> Downloading Microblaze LE toolchain works on a clean install Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: add option to enable debugging codeLuca Ceresoli2012-03-182-1/+14
| | | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add lpc3250loader to the host toolsAlexandre Belloni2012-03-183-0/+17
| | | | | | | [Peter: use install -D for installation] Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: fix SSL dependencyYegor Yefremov2012-03-171-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: Add comment when C++ is missingStephan Thamm2012-03-161-0/+3
| | | | | | | [Peter: move above boost option so sub options gets indented] Signed-off-by: Stephan Thamm <thammi@chaossource.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-firmware: add ar7010 variant (ath9k_htc driver) firmwareGustavo Zacarias2012-03-162-0/+9
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux-firmware: update definition for atheros ar9271Gustavo Zacarias2012-03-161-1/+1
| | | | | | | | | | | | ar9271.fw is the old convention for the firmware. Starting with kernel 3.0 the new convention is htc_9271.fw which is a newer version of the firmware so symlinking won't do it and there are no guarantees that the newer firmware will work with the older driver either. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: bump to 2.3.5Yegor Yefremov2012-03-161-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pulseaudio: bump versionPeter Korsgaard2012-03-161-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: security bump to version 1.0.0hGustavo Zacarias2012-03-151-1/+1
| | | | | | | Bump to version 1.0.0h to fix CMS and S/MIME Bleichenbacher attack (CVE-2012-0884) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libffi: bump version to 3.0.10Sagaert Johan2012-03-151-1/+1
| | | | | | Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Added lcdproc packageSimon Dawson2012-03-154-0/+40
| | | | | | [Peter: fix download URL, move to 'Hardware handling' section] Signed-off-by: Simon Dawson <spdawson at gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove stray $ character from a bunch of init scriptsLuca Ceresoli2012-03-1511-13/+13
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* squashfs3: fix build with uClibcMarkos Chandras2012-03-151-0/+33
| | | | | | | | | | | The squashfs3 package uses the old get_nprocs() GNU extension which does not exist in uClibc. This has already been fixed in newer squashfs releases (>=4.0). The patch is similar to the one committed in dfa2a513e1aa7f6ec47f630c5d31d98cd098f408 [Peter: add patch header] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* new package: zeromqThomas De Schampheleire2012-03-153-0/+38
| | | | | | [Peter: fix C++/LF deps, reformat help, install into staging] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* util-linux: fix libmount build under uClibcPeter Korsgaard2012-03-151-0/+87
| | | | | | Patch taken from gentoo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nbd: fix download URLPeter Korsgaard2012-03-151-1/+1
| | | | | | The old URL nowadays return a 404. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dhcp: fix download URLPeter Korsgaard2012-03-151-1/+1
| | | | | | Tarball is in a subdir. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfuse: fix download URLPeter Korsgaard2012-03-151-1/+1
| | | | | | The old URL nowadays return a 404. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-bad: bump versionPeter Korsgaard2012-03-142-25/+55
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-ugly: bump versionPeter Korsgaard2012-03-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>