summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for 2010.11-rc12010.11_rc1Peter Korsgaard2010-11-083-8/+8
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: bump versionPeter Korsgaard2010-11-082-23/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: Fix missing -lm flag againLionel Landwerlin2010-11-071-44/+42
| | | | | | | (aka fix the fix) Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver-xorg: enable glx support if mesa3d is enabledPeter Korsgaard2010-11-072-1/+7
| | | | | | Closes #2533 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-tools: add option to install shared libPeter Korsgaard2010-11-073-9/+32
| | | | | | Closes #2461 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: fix crash with too long pathsPeter Korsgaard2010-11-074-2/+45
| | | | | | | | | 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>
* mpc: fix make dependenciesPeter Korsgaard2010-11-071-4/+4
| | | | | | So the build target isn't always considered out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move target-{finalize,purgelocales} after bootloader/linux stepPeter Korsgaard2010-11-072-3/+5
| | | | | | | | | 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>
* directfb: rename ppc patch so it still gets appliedPeter Korsgaard2010-11-071-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add kbd packageFelipe Contreras2010-11-074-1/+13
| | | | | | | [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>
* directfb: png support is needed to build directfb-csource for the hostPeter Korsgaard2010-11-071-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: don't build tools for targetPeter Korsgaard2010-11-071-1/+2
| | | | | | | | | | Normally these aren't needed, and some of them (mkdgifft) needs C++ support. Alternatively we could add an option (depending on HAVE_DEVFILES) to build these. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add -lm when using freetype2 font interfaceLionel Landwerlin2010-11-072-1/+52
| | | | | | | This fixes runtime/compilation problems seen with directfb 1.4.10. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: fix compilation when compiler has no builtin atomicLionel Landwerlin2010-11-071-0/+25
| | | | | | | Reported here: https://bugzilla.gnome.org/show_bug.cgi?id=631353 Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpdump: bump versionPeter Korsgaard2010-11-063-52/+1
| | | | | | The old version didn't build with the updated libpcap anymore. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: needs libtool patchPeter Korsgaard2010-11-052-3/+3
| | | | | | | 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-054-1/+33
| | | | | | | | | 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>
* busybox: 1.17.3 iproute fixPeter Korsgaard2010-11-051-0/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: build system breaks with parallel buildsPeter Korsgaard2010-11-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* thttpd: install into /usr, cleanup install handlingPeter Korsgaard2010-11-051-19/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* thttpd: convert to autotargetsMartin Banky2010-11-051-63/+38
| | | | | | | Also, changed the site to Debian, to get the latest patches Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: convert to gentargetsMartin Banky2010-11-052-49/+48
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sfdisk: mark as deprecatedPeter Korsgaard2010-11-052-1/+2
| | | | | | | 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-052-74/+11
| | | | | 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-055-75/+35
| | | | | | | 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-052-3/+2
| | | | | | 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-052-1/+6
| | | | | | | | | | 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-053-11/+26
| | | | | | | | 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>
* package/config: .gitignore cleanupPaulius Zaleckas2010-11-051-24/+0
| | | | | | | | Now all configure generated files go to output directory. 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-0539-74/+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>
* sawman: bump to 1.4.10Lionel Landwerlin2010-11-051-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump to 1.4.10Lionel Landwerlin2010-11-051-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysstat: bump to 9.1.5Lionel Landwerlin2010-11-052-6/+4
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gdk-pixbuf/libgtk2: move gdk-pixbuf loader cache setup scriptLionel Landwerlin2010-11-053-2/+7
| | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: move autoreconfigure step to pre configure hookLionel Landwerlin2010-11-053-1/+4
| | | | | | | [Peter: update documentation to match] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap: bump to 1.1.1Lionel Landwerlin2010-11-052-27/+1
| | | | | | | This new release avoids problems when running autoreconf. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* automake: bump to 1.11.1Lionel Landwerlin2010-11-051-1/+1
| | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* autotools: fix MESSAGE callsLionel Landwerlin2010-11-051-2/+2
| | | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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>
* mpc: ensure mpfr/gmp are built before mpcPeter Korsgaard2010-11-052-4/+2
| | | | 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-054-1/+22
| | | | | | [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-055-2/+109
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: bump to version 5.6Gustavo Zacarias2010-11-042-25/+21
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpsd: new packageGustavo Zacarias2010-11-046-1/+482
| | | | | 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-047-8800/+96
| | | | | | | 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>
* pptp: bump to version 1.7.2, convert to gentargetsGustavo Zacarias2010-11-043-68/+88
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: fix minor memleaks, install shared library properlyGustavo Zacarias2010-11-042-0/+76
| | | | | 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-0411-680/+55
| | | | | | [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-0414-993/+8
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>