summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2011-03-13fakeroot: fix download URLHector Oron
Closes #3451 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-13busybox: bump 1.18.x stable versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-12makedevs: don't call /bin/sync after creating nodesPeter Korsgaard
Closes #3475 There's no real reason to sync after creating the device nodes, and it slows down the file system image creating quite a lot on busy systems, so get rid of it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-12makedevs: convert to GENTARGETS formatPeter Korsgaard
And at the same time fix target build (used host compiler, didn't add to TARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-12Makefile.package.in: make <pkg>_SOURCE optionalPeter Korsgaard
For packages where the sources are included in buildroot (E.G. makedevs). We unfortunately already use no <pkg>_SOURCE to mean <pkg>_<version>.tar.gz, in several packages (and for git/svn/bzr support), so you need to define <pkg>_SOURCE to the empty string to use it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-12busybox: 1.18.3 cksum fixPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-11samba: rename CVE-2011-0719 patch so other patches gets applied as wellPeter Korsgaard
Otherwise the build breaks during configure with the AC_TRY_RUN test for getgrouplist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-10busybox 1.18.3: add patches for klogd and menuconfigGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-10xz: bump to version 5.0.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-10xorg-server: point localstatedir to /varGustavo Zacarias
We don't want logs to end up in /usr/var/log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-10pkg-config: only prepend sysroot to includedir / libdirPeter Korsgaard
Only append sysroot to includedir / libdir, and not to other variables, when a variable is requested (--variable=<name>), similar to how it is done for the -I / -L flags in cflags/ldflags. The problem is that pkg-config doesn't have any explicit cross compilation support, so there's some confusion about what are host paths and what are target ones. Includedir / libdir are paths for the (cross) compiler, so those should normally have sysroot prepended, but other variables might refer to target paths instead. This fixes the installation of the xfonts-* packages, which uses pkg-config --variable=fontrootdir fontutil to figure out the target installation location for fonts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-09Merge branch 'for-2011.05/remove-config-scripts' of ↵Peter Korsgaard
git://git.busybox.net/~tpetazzoni/git/buildroot
2011-03-09avahi: bump versionPeter Korsgaard
Mainly bugfixes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Update README.buildroot.Will Newton
GNU config is now managed in git so we cannot use the old method of doing a cvs up to get the latest changes. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Apply patches to config.{sub,guess}.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Update patches to apply to 2011-02-02 version.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Update config.{sub,guess} to 2011-02-02 version.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Remove sh patch.Will Newton
A similar patch appears to have been applied upstream. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Remove gnuconfig patch as it has been merged upstream.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Remove GNU Hurd patch as it is no longer supported.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07gnuconfig: Remove old checkout of GNU config.Will Newton
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-07libxslt: remove xslt-config script from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-07libxml2: remove xml2-config script from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-07libpng: remove libpng*-config scripts from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-07libdnet: remove dnet-config script from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-07neon: remove neon-config script from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-07imagemagick: remove *-config scripts from TARGET_DIRThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2011-03-06gst-ffmpeg: bump to version 0.10.11Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-06ffmpeg: bump to version 0.6.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-06file: bump to version 5.05Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-06mpg123: bump to version 1.13.2Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05dropbear: bump to version 0.53.1Gustavo Zacarias
Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES Since some build-time defaults have changed that make dropbear somewhat bigger we introduce a new option to optimize dropbear for size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05samba: add security fix for CVE-2011-0719Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05qt: add option for system sqliteGustavo Zacarias
Add an option to use the system sqlite library. Also drop sqlite2 stub since it's pointless. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05xz: fix build without wchar supportPeter Korsgaard
xz itself works without wchar support, but the C99 test in configure fails when it isn't available. Fix it by providing a cached value for the test. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05squashfs: re-add legacy lzma supportGustavo Zacarias
Readd legacy LZMA support since older patched kernels might be using it. Introduce an XZ target filesystem option for the new format. [Peter: add a seperate xz target for squashfs-target as well] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-03squashfs: bump versionPeter Korsgaard
The EXTRA_CFLAGS patch is now upstream, but we need a fix for !gzip builds instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-02xerces: add optional libcurl supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-02xerces: bump version, convert to autotargetsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-01qt: bump versionPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-01avahi: bump version, remove dbus workaroundPeter Korsgaard
This is now fixed upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-28qt: qt3 compatibility needs gui supportPeter Korsgaard
Closes #2911 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-28xerces: disable parallel buildsPeter Korsgaard
The build system has a race condition causing build failure with high BR2_JLEVEL values, so ensure make -j1 is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-28ffmpeg: disable mmx for low end x86-type processorsGustavo Zacarias
ffmpeg enables mmx by default for x86-class processors, so disable it for processors that lack it (i386, i486, i586, i686, pentium pro, geode). Solves bug #3325 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-28avahi: fix avahi access through dbusPeter Korsgaard
Ensure that the avahi dbus service gets installed if dbus support is enabled, otherwise avahi access through dbus fails (as clients try to start the daemon and dbus doesn't know how to do this). Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this workaround is simpler/safer for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-28synergy: fix build with modern toolchainsPeter Korsgaard
A number of includes were missing for exit/getenv/memcpy/strlen/... Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-27xerces: needs wchar support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-27webif: mark as deprecatedPeter Korsgaard
It's long dead upstream and hasn't seen any updates since it got added back in 2008. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-27devmem2: mark as deprecatedPeter Korsgaard
Busybox has had a devmem applet for a number of years now, so deprecate the old standalone program. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-25qt: add option to hide mouse cursorDaniel Nyström
Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set. Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>