summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-26Add the www-data user group to the skeleton target filesystemspdawson@gmail.com
The www-data user is defined in fs/skeleton/etc/passwd, with gid 33. But gid 33 is not present in the group file. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-26lttng-libust: fix build with modern uClibc versionsPeter Korsgaard
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>
2012-04-25docs/git.html: slightly reword for gitPeter Korsgaard
Some of the wording didn't make much sense after we moved from svn to git. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25nfs-utils: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to ↵Peter Korsgaard
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>
2012-04-25berkeleydb: add option for tools installGustavo Zacarias
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>
2012-04-25berkeleydb: use O_DIRECTGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25berkeleydb: build with C++ support if enabledPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25berkeleydb: cleanupPeter Korsgaard
Use the preferred 'VAR = value' form, and remove redundant configure options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25Bump berkeleydb versionMaxime Hadjinlian
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25tcpdump: fix build with ipv6 after 2a10c9 (pass --enable-ipv6 to autotargets ↵Peter Korsgaard
configure) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25toolchain/gcc: remove duplicate QUIET entriesGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25CHANGES: update with recent changesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25mpd: add audiofile supportGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25audiofile: new packageGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25target/: mark Xtensa architecture support as deprecatedPeter Korsgaard
Hasn't been updated since it was added in 2009, and requires quite some special handling in BR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25mklibs: remove supportThomas Petazzoni
The support for mklibs has been marked broken since more than a year and nobody cared to bring it up to a working state. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25gcc: remove unused EXTRA_GCC1_CONFIG_OPTIONSThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25toolchain: remove toolchain/Makefile.in and toolchain/gcc/Makefile.inThomas Petazzoni
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>
2012-04-25gcc: move version/snap variables to gcc-uclibc-4.x.mkThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25gcc: remove unused ARCH_FPU_SUFFIXThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25gcc: remove unused EXTRA_GCC4_CONFIG_OPTIONSThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25gcc: remove unused EXTRA_GCC2_CONFIG_OPTIONSThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25toolchain: remove useless indirect variablesThomas Petazzoni
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>
2012-04-25Remove unused GNU_TARGET_SUFFIXThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-25package: remove unused STRIP_DISCARD_ALL variableThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-24New Package: latencytopQais Yousef
[Peter: fix Config.in location] Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-24python: enable IPv6 socket supportvsergeev
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>
2012-04-24package/Makefile.in: pass --enable-ipv6 to autotargets configure when enabledPeter Korsgaard
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>
2012-04-24dbus: bump to 1.4.20Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2012-04-24lame: bump to version 3.99.5Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2012-04-24libusb-compat: bump to 0.1.4Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2012-04-24u-boot: add 2012.04 releaseGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2012-04-24sane-backends: fix build on !x86Peter Korsgaard
qcam backend uses x86 specific inb/outb/ioperm interface, so replace with noops on !x86. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-23uClibc: 0.9.33.1: fix version (soname) numberPeter Korsgaard
For some reason, the version number in the 0.9.33.1 tarball is wrong. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-23kernel-headers: bump 3.{0,2,3}.x stable versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-23ltrace: fix build on powerpc/uClibcPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-22kexec: fix build without largefile supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-22libmpeg2: fix ppc altivec.h detectionPeter Korsgaard
Patch from Gentoo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-21docs/header.html: Add link to patchworkPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-21docs/news.html: Fix typo in Thomas' namePeter Korsgaard
Sorry about that. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20kexec: update to kexec-tools 2.0.3Sven Neumann
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>
2012-04-20Fix systemd failure with media devicesMaxime Ripard
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20website: announce autobuild.buildroot.orgPeter Korsgaard
And add a link to it in the menu. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20taglib: bump to version 1.7.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20kmod: bump to 8Yegor Yefremov
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20mpg123: bump to 1.13.8Yegor Yefremov
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>
2012-04-20libusb: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-20cmake: move creation of toolchain file to package/pkg-cmaketargets.mkThomas Petazzoni
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>
2012-04-20Move the manual build infrastructure to docs/manual/manual.mkThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-19openssl: security bump to version 1.0.0iGustavo Zacarias
Fix for CVE-2012-2110 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>