summaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* libglib2: ensure atomic ops patch gets appliedPeter Korsgaard2010-11-171-0/+10
| | | | | | Closes #2809 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update for 2010.11-rc12010.11_rc1Peter Korsgaard2010-11-081-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver-xorg: enable glx support if mesa3d is enabledPeter Korsgaard2010-11-071-0/+1
| | | | | | Closes #2533 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-tools: add option to install shared libPeter Korsgaard2010-11-071-5/+7
| | | | | | Closes #2461 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: fix crash with too long pathsPeter Korsgaard2010-11-071-0/+1
| | | | | | | | | Closes #2737 Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98 (kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move target-{finalize,purgelocales} after bootloader/linux stepPeter Korsgaard2010-11-071-0/+1
| | | | | | | | | Closes #2731 Bootloader and Linux kernel steps can add content to the rootfs, so ensure the cleanup / postprocess steps are moved after those. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add kbd packageFelipe Contreras2010-11-071-1/+1
| | | | | | | [Peter: use BR2_KERNEL_MIRROR] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: needs libtool patchPeter Korsgaard2010-11-051-2/+2
| | | | | | | Otherwise it fails with 'cannot install to a directory not ending in /usr/lib/ts'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: nuttcpYegor Yefremov2010-11-051-1/+1
| | | | | | | | | Add a new TCP/UDP network testing tool, that provides some advanced features compared to ttcp. [Peter: cleanup, fix FLAGS, move to network] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: convert to gentargetsMartin Banky2010-11-051-2/+2
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sfdisk: mark as deprecatedPeter Korsgaard2010-11-051-1/+1
| | | | | | | We're using an ancient uclibc specific snapshot, and should rather focus on moving our util-linux package forward. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sed: convert to autotargetsMartin Banky2010-11-051-1/+1
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proftpd: convert to autotargets and bump to 1.3.3bMartin Banky2010-11-051-1/+1
| | | | | | | Also, added web site to Config.in Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinit: Bump to 1.2.1Paulius Zaleckas2010-11-051-1/+1
| | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Create X symlink for TinyXPaulius Zaleckas2010-11-051-1/+2
| | | | | | | | | | When installing TinyX to target create /usr/bin/X symlink to Xfbdev as it is the only TinyX driver we build. This makes utils like startx happy :) Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-common was missing in Config.inPaulius Zaleckas2010-11-051-11/+12
| | | | | | | | While at it add option to install PDA style desktop folders. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove support for shared configuration cacheThomas Petazzoni2010-11-051-0/+3
| | | | | | | | | | | | | | | | | The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysstat: bump to 9.1.5Lionel Landwerlin2010-11-051-2/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: GCC 4.5.x support is now addedPeter Korsgaard2010-11-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #901 is resolvedPeter Korsgaard2010-11-051-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rng-tools: new packageGustavo Zacarias2010-11-051-1/+1
| | | | | | [Peter: fix dependencies] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* argp-standalone: new packageGustavo Zacarias2010-11-051-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpsd: new packageGustavo Zacarias2010-11-041-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rp-pppoe: bump to version 3.10, convert to gentargets, undeprecate.Gustavo Zacarias2010-11-041-3/+3
| | | | | | | Most of the work from Darcy Watkins <dwatkins@tranzeo.com> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* portmap: bump to version 6.0, convert to autotargetsGustavo Zacarias2010-11-041-8/+8
| | | | | | [Peter: fix uninstall target] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: bump to version 6.1Gustavo Zacarias2010-11-041-7/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ethtool: bump to version 2.6.35Gustavo Zacarias2010-11-041-10/+10
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-base: tighten alsa dependencyPeter Korsgaard2010-11-041-18/+19
| | | | | | | alsa support needs pcm+mixer support in alsa, but this isn't checked by configure, so do it in the .mk instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lsof: stop overriding CFLAGS in buildAndy Gibbs2010-11-041-0/+1
| | | | | | | | | | | | | | | | | | Closes #2767 lsof compile breaks if CFLAGS overridden in 'make' command line which is the case since buildroot-2010.08. lsof has a partial fix for this already in the form of the 'LSOF_CFLAGS_OVERRIDE=1' configure option; however this only fixes the problem in the generation of the Makefile for liblsof. This patch does two things: it extends the 'LSOF_CFLAGS_OVERRIDE=1' configure option to also cover the main Makefile; it also patches lsof.mk to make use of the LSOF_CFLAGS_OVERRIDE option. Signed-off-by: Andy Gibbs <andyg1001@hotmail.co.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mplayer: tighten alsa dependencyPeter Korsgaard2010-11-041-5/+5
| | | | | | | mplayer needs pcm+mixer support in alsa, but this isn't checked by configure, so do it in mplayer.mk instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: update with modifications from gtk-bump branchPeter Korsgaard2010-10-291-3/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pppd: convert to gentargets, properly add radius support, fix l2tp for ↵Gustavo Zacarias2010-10-181-7/+7
| | | | | | | 2.6.35 headers Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: Bump to 1.0.0aGustavo Zacarias2010-10-181-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move KERNEL_ARCH from kernel-headers to herePeter Korsgaard2010-10-171-0/+1
| | | | | | | | | | Closes #2707 It's not only for kernel headers, and the kernel headers .mk file isn't included for crosstool-ng toolchain, which broke linux/u-boot/.. builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* startup-notification: ensure cross-X11 headers/libs are usedPeter Korsgaard2010-10-171-4/+5
| | | | | | And not the host ones. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #2389 is resolvedPeter Korsgaard2010-10-141-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xmore: remove double libXprintUtil dependencyPeter Korsgaard2010-10-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ng-spice-rework: mark as deprecatedPeter Korsgaard2010-10-141-1/+1
| | | | | | | It hasn't been updated since it got added (in 2008), and it doesn't build for me, so mark it as deprecated. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xcursorgen: bump versionPeter Korsgaard2010-10-141-1/+1
| | | | | | Needed for libpng 1.4.x support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinput: needs libXiPeter Korsgaard2010-10-141-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* torsmo: fix build when help2man is available on hostPeter Korsgaard2010-10-141-1/+1
| | | | | | | help2man doesn't work when cross compiling, as it wants to run ./program --help, so ensure torsmo doesn't try to use it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Add rrdtool packageGustavo Zacarias2010-10-081-1/+1
| | | | | | [Peter: use hook to remove examples] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add gst-ffmpegPeter Korsgaard2010-10-071-1/+1
| | | | | | ffmpeg plugin for gstreamer. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump version, unbreak png supportPeter Korsgaard2010-10-061-3/+3
| | | | | | | | | The recent libpng bump broke png support in directfb, as it relied on the legacy 1.2 interface. Fix it by bumping the directfb version, and at the same time ensure that configure finds our cross-libpng-config rather than what the host version the user might have in the path. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* genext2fs: bump to 1.4.1Martin Banky2010-10-061-17/+18
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gst-plugins-ugle: add option for mpeg2dec supportPeter Korsgaard2010-10-061-16/+16
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libmpeg2Peter Korsgaard2010-10-061-1/+1
| | | | | | libmpeg2 is a mpeg1/mpeg2 video decoder library. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xbacklight: needs libXrandr/XrenderPeter Korsgaard2010-10-061-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_twm: needs libX11/Xext/Xt/XmuPeter Korsgaard2010-10-061-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libintl: needs wchar like gettextPeter Korsgaard2010-10-051-11/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>