summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* new package: bellagioQais Yousef2012-04-297-0/+122
| | | | | | | [Peter: needs C++, shouldn't force -Werror] Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ngrep: removed redundant --enable-ipv6Vanya Sergeev2012-04-291-4/+0
| | | | | | | Option --enable-ipv6 now handled globally in autotargets configure. Signed-off-by: Vanya Sergeev <vsergeev at gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uboot-tools: bump to version 2012.04.01Gustavo Zacarias2012-04-293-28/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: bump to version 3.2.8Gustavo Zacarias2012-04-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: bump to version 6.0p1Gustavo Zacarias2012-04-291-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quagga: security bump to version 0.9.20.1Gustavo Zacarias2012-04-291-2/+1
| | | | | | | | Bump to version 0.9.20.1 to fix CVE-2012-0249, CVE-2012-0250 and CVE-2012-0255. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lsof: add busybox tweaksGustavo Zacarias2012-04-292-0/+5
| | | | | | | | | Since busybox 1.20+ includes a lsof applet make sure lsof gets built after busybox so that we get the full-blown version if both are enabled. Also hide the lsof package unless BUSYBOX_SHOW_OTHERS is true. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add new 1.20.0, remove deprecated, mark 1.18.x deprecatedGustavo Zacarias2012-04-297-1084/+208
| | | | | | | | Add version 1.20.0, remove deprecated 1.16.x & 1.17.x versions and mark 1.18.x as deprecated. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add ndisc6 (IPv6 network tools)Peter Korsgaard2012-04-274-0/+151
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lttng-libust: fix build with modern uClibc versionsPeter Korsgaard2012-04-261-0/+32
| | | | | | | uClibc got sched_getcpu in 0.9.33, so the compat workaround should only be used for older uClibc versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to ↵Peter Korsgaard2012-04-251-0/+1
| | | | | | | | | autotargets configure) IPv6 support needs the TIRPC library, which we don't have in Buildroot, so forcibly disable IPv6 support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* berkeleydb: add option for tools installGustavo Zacarias2012-04-252-0/+19
| | | | | | | | | Add an option to install (or not) the berkeleydb binary tools. The default is no since most of the time/application just need the library and it helps save some space in the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* berkeleydb: use O_DIRECTGustavo Zacarias2012-04-251-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* berkeleydb: build with C++ support if enabledPeter Korsgaard2012-04-251-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* berkeleydb: cleanupPeter Korsgaard2012-04-251-14/+5
| | | | | | | Use the preferred 'VAR = value' form, and remove redundant configure options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump berkeleydb versionMaxime Hadjinlian2012-04-251-2/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpdump: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets ↵Peter Korsgaard2012-04-251-1/+1
| | | | | | configure) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpd: add audiofile supportGustavo Zacarias2012-04-252-0/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* audiofile: new packageGustavo Zacarias2012-04-253-0/+31
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: remove toolchain/Makefile.in and toolchain/gcc/Makefile.inThomas Petazzoni2012-04-251-0/+2
| | | | | | | | | | Re-integrate in gcc-uclibc-4.x.mk things from toolchain/gcc/Makefile.in that were completely gcc-specific. There was no reason to pull that when building with other backends than the internal one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain: remove useless indirect variablesThomas Petazzoni2012-04-251-1/+1
| | | | | | | | | | | | The BR2_CONFIGURE_DEVEL_SYSROOT, BR2_CONFIGURE_STAGING_SYSROOT and BR2_CONFIGURE_BUILD_TOOLS were used only in a few places, and it is in fact clearer to just use their value in the various places they are used. The ultimate goal is to get rid of the toolchain/Makefile.in file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove unused STRIP_DISCARD_ALL variableThomas Petazzoni2012-04-251-2/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New Package: latencytopQais Yousef2012-04-244-0/+73
| | | | | | [Peter: fix Config.in location] Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: enable IPv6 socket supportvsergeev2012-04-241-0/+15
| | | | | | | | | Added patch to disable buggy_getaddrinfo test during configure when cross-compiling. [Peter: Remove --enable-ipv6 which is now handled globally] Signed-off-by: Vanya Sergeev <vsergeev at gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Makefile.in: pass --enable-ipv6 to autotargets configure when enabledPeter Korsgaard2012-04-241-1/+3
| | | | | | | | Some packages don't automatically enable IPv6 support if not configured with --disable-ipv6, or use AC_TRY_RUN which doesn't work when cross compiling (like curl), so explicitly configure with --enable-ipv6. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dbus: bump to 1.4.20Yegor Yefremov2012-04-241-2/+1
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* lame: bump to version 3.99.5Gustavo Zacarias2012-04-241-2/+4
| | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* libusb-compat: bump to 0.1.4Yegor Yefremov2012-04-241-1/+1
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* sane-backends: fix build on !x86Peter Korsgaard2012-04-241-0/+61
| | | | | | | qcam backend uses x86 specific inb/outb/ioperm interface, so replace with noops on !x86. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltrace: fix build on powerpc/uClibcPeter Korsgaard2012-04-231-0/+47
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kexec: fix build without largefile supportPeter Korsgaard2012-04-221-0/+22
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmpeg2: fix ppc altivec.h detectionPeter Korsgaard2012-04-222-0/+24
| | | | | | Patch from Gentoo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kexec: update to kexec-tools 2.0.3Sven Neumann2012-04-202-16/+1
| | | | | | | Drop kexec-fix-linker-options.patch as this has been fixed upstream. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* taglib: bump to version 1.7.1Gustavo Zacarias2012-04-201-1/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kmod: bump to 8Yegor Yefremov2012-04-201-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpg123: bump to 1.13.8Yegor Yefremov2012-04-201-1/+1
| | | | | | | Fixes build errors for ARM arch using Linaro toolchain. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libusb: bump versionPeter Korsgaard2012-04-201-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cmake: move creation of toolchain file to package/pkg-cmaketargets.mkThomas Petazzoni2012-04-201-0/+22
| | | | | | | | | | This also requires moving a few include directives below the "all:" target in the main Makefile, otherwise the new target to create the toolchain file in pkg-cmaketargets.mk gets used as the default make target instead of "all:". Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: security bump to version 1.0.0iGustavo Zacarias2012-04-191-1/+1
| | | | | | | Fix for CVE-2012-2110 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-*.mk: add some comments, update some existing commentsThomas Petazzoni2012-04-194-9/+27
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Split Makefile.package.in in pkg-download.mk, pkg-utils.mk and pkg-gentargets.mkThomas Petazzoni2012-04-194-293/+294
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Rename Makefile.cmake.in to pkg-cmaketargets.mkThomas Petazzoni2012-04-192-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Rename Makefile.autotools.in to pkg-autotargets.mkThomas Petazzoni2012-04-192-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* neon: fix help text for BR2_PACKAGE_NEON_NOXMLArnout Vandecappelle (Essensium/Mind)2012-04-191-3/+1
| | | | | | | | | | Commit 4fbff28b removed the 'depends on' statements for the XML choice. Therefore, the expat and libxml2 options are always available. Remove the cryptic part of help text that tells you to select something if it is not available. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix qt samples dependency on QtGUIMaxime Ripard2012-04-191-0/+1
| | | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libedbus: add options for bluez/connman/notify supportPeter Korsgaard2012-04-182-1/+42
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add apr-packageRico Bachmann2012-04-173-0/+27
| | | | | Signed-off-by: Rico Bachmann <bachmann@tofwerk.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: libdmtxFrank Hunleth2012-04-173-0/+20
| | | | | Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libhid: don't build with -WerrorPeter Korsgaard2012-04-161-1/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: pass -dumpversion to user-config.jamYegor Yefremov2012-04-161-1/+1
| | | | | | | | | Short version avoids compiling problems with toolchains containing long version string like Linaro toolchain. [Peter: drop head/sed as -dumpversion returns version directly] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>