summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* webkit: fix compilation with directfbGustavo Zacarias2010-11-192-1/+146
| | | | | | | | Closes #2833 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update uclibc snapshot config to avoid build breakageGustavo Zacarias2010-11-181-4/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump to version 3.7.3Gustavo Zacarias2010-11-182-3/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: bump to version 5.6p1Gustavo Zacarias2010-11-185-62/+445
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: ensure libmtd.a always gets builtPeter Korsgaard2010-11-182-4/+4
| | | | | | | | | Closes #2785 If only ubi* is selected, libmtd.a wouldn't get built breaking the build. Based on patch by Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* .gitignore: ignore more patch related filesMike Frysinger2010-11-181-0/+3
| | | | | | | | | Patches shouldn't be committed to the top level, and that is where `git format-patch` typically operates, so ignore that stuff. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gdb: drop local stripping in favor of top levelMike Frysinger2010-11-181-2/+0
| | | | | | | | | | Since the top level takes care of stripping for us, and some file formats cannot be stripped safely (like FLAT which will error out), simply punt the manual stripping from the gdb package. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: #2479 is resolvedPeter Korsgaard2010-11-181-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* module-init-tools: fix configure bug by bumping to 3.12Paulius Zaleckas2010-11-172-2/+2
| | | | | | | | 3.11 fails to configure/compile for my host (F14) due to bug in ax_enable_builddir.m4 Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain-external: fix indentation in KconfigMike Frysinger2010-11-171-3/+3
| | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: also patch webkit instance of javascriptcorePeter Korsgaard2010-11-172-1/+70
| | | | | | Closes #2821, #2827 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* initramfs: fix init symlink creationMike Frysinger2010-11-171-2/+2
| | | | | | | | | | The -e test will dereference the symlink, so if there is no /bin/init, we will constantly try to create the symlink. So rather than error on subsequent runs when the link exists, use the force flag to ln. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* linux: update paths to compiled cpio filesMike Frysinger2010-11-171-1/+1
| | | | | | | | | | Linux has been using "usr/initramfs_data.cpio" for a few releases as the generated cpio name, so the buildroot match of "...cpio.*" won't actually clean out the previous result. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: ensure atomic ops patch gets appliedPeter Korsgaard2010-11-172-0/+10
| | | | | | Closes #2809 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs/news.html: announce 2010.11-rc1Peter Korsgaard2010-11-081-0/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* 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>