Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/qtopia4: fix GPL download URL | Peter Korsgaard | 2009-04-23 | 1 | -1/+1 |
| | | | | Patch by Will Newton <will.newton@gmail.com> | ||||
* | toolchain/gcc: add 4.4.0 | Peter Korsgaard | 2009-04-23 | 6 | -0/+149 |
| | |||||
* | dbus-glib: host compilation needs libglib2 and expat | Peter Korsgaard | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | dbus-glib: needs expat | Peter Korsgaard | 2009-04-23 | 2 | -1/+2 |
| | | | | | Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available. | ||||
* | toolchain/gcc: fix PR 32044 patch | Peter Korsgaard | 2009-04-23 | 3 | -576/+561 |
| | | | | Somehow the patch was a patch adding a patch instead of the patch itself. | ||||
* | toolchain: add BR2_USE_SSP option for stack protection support | Peter Korsgaard | 2009-04-22 | 4 | -6/+29 |
| | | | | Using the support in uClibc. | ||||
* | toolchain/gcc: don't enable libssp support | Peter Korsgaard | 2009-04-22 | 3 | -2/+6 |
| | | | | | It's broken anyway as we don't install libssp* into TARGET_DIR, and we should use the SSP support in uClibc if we want stack protection. | ||||
* | dbus: fix rebuild if /var/lib is a symlink to /tmp for target | Peter Korsgaard | 2009-04-21 | 1 | -0/+5 |
| | | | | /tmp/dbus will end up being a recursive symlink to itself on the build host. | ||||
* | Workaround problem with configure for x86 crosscompile to x86 under linux. | Thiago A. Corrêa | 2009-04-20 | 1 | -0/+17 |
| | |||||
* | busybox: 1.14.0 fixes | Peter Korsgaard | 2009-04-18 | 4 | -28/+38 |
| | |||||
* | cups: add -source target | Peter Korsgaard | 2009-04-18 | 1 | -0/+2 |
| | |||||
* | busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86 | Peter Korsgaard | 2009-04-17 | 1 | -0/+28 |
| | |||||
* | pkg-config: fix target package | Peter Korsgaard | 2009-04-17 | 4 | -3/+3 |
| | | | | As reported by Sven Neumann on the list. | ||||
* | toolchain/br2_autoreconf: remove | Peter Korsgaard | 2009-04-17 | 1 | -699/+0 |
| | | | | | It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it. | ||||
* | Makefile: distclean: remove correct dirs | Peter Korsgaard | 2009-04-17 | 1 | -3/+2 |
| | | | | | | Remove toolchain build dir, and don't try to remove the non-existing include dir. Also don't explicitly remove the kernel image located in binaries as we're already removing that dir. | ||||
* | sqlite: bump version | Peter Korsgaard | 2009-04-17 | 1 | -1/+1 |
| | | | | Closes #277. | ||||
* | Updated i686 config | Thiago A. Corrêa | 2009-04-17 | 1 | -52/+49 |
| | |||||
* | Fix busybox config file location | Thiago A. Corrêa | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | bind: bump version (security issue with DNSSEC DLV) | Peter Korsgaard | 2009-04-15 | 3 | -1/+1 |
| | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275. | ||||
* | target/generic: support for busybox >= 1.14.x speed=0 handling | Peter Korsgaard | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | busybox: remove ancient versions | Peter Korsgaard | 2009-04-15 | 5 | -1442/+0 |
| | |||||
* | busybox: add 1.14.x | Peter Korsgaard | 2009-04-15 | 2 | -4/+10 |
| | |||||
* | busybox: bump 1.13.x version | Peter Korsgaard | 2009-04-15 | 6 | -726/+1 |
| | |||||
* | toolchain/gcc: shared libgcc broken for sparc, so disable it | Peter Korsgaard | 2009-04-15 | 1 | -0/+1 |
| | |||||
* | unmark the sparc targets as broken, they build if you disable shared libgcc | austinf | 2009-04-15 | 1 | -2/+0 |
| | |||||
* | openssl: git rid of version number in patches | Peter Korsgaard | 2009-04-14 | 4 | -0/+0 |
| | | | | As noted by Hamish Moffatt on the list. | ||||
* | Qtopia4: -xmlpatterns requires -exceptions . | Thiago A. Corrêa | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | target/Makefile.in: make 3.80 compatibility fix | Peter Korsgaard | 2009-04-09 | 1 | -1/+3 |
| | | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de> | ||||
* | lzop: new package | Peter Korsgaard | 2009-04-09 | 3 | -0/+21 |
| | | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245. lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services. http://www.lzop.org/ | ||||
* | sqlite: bump version | Peter Korsgaard | 2009-04-09 | 1 | -1/+1 |
| | | | | | Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html | ||||
* | jffs2root: build host version of lzo and use for host mkfs.jffs2 | Peter Korsgaard | 2009-04-08 | 2 | -7/+49 |
| | |||||
* | lua: bump version | Peter Korsgaard | 2009-04-08 | 1 | -1/+1 |
| | | | | Patch by Michael Roth <mroth@nessie.de>. | ||||
* | Makefile: add target-finalize for common filesystem cleanup | Peter Korsgaard | 2009-04-07 | 11 | -96/+10 |
| | | | | And remove from each rootfs variant. | ||||
* | liberation: cleanup and really fix continous rebuild | Peter Korsgaard | 2009-04-07 | 1 | -5/+6 |
| | |||||
* | target/jffs2: default to big endian format for big endian archs | Peter Korsgaard | 2009-04-07 | 1 | -1/+4 |
| | | | | Same logic as in target/Config.in.arch. | ||||
* | target/jffs2: s/Memory Type/Flash Type/ | Peter Korsgaard | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditional | Peter Korsgaard | 2009-04-07 | 1 | -18/+3 |
| | | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2' | ||||
* | target: remove BR2_TARGET_ROOTFS_*_SQUASH options | Peter Korsgaard | 2009-04-07 | 4 | -15/+0 |
| | | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway. | ||||
* | rsync: bump version | Peter Korsgaard | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | openssl: bump version | Peter Korsgaard | 2009-04-07 | 6 | -13/+13 |
| | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217 Fixes multiple security flaws - See http://www.openssl.org/news/secadv_20090325.txt for details. | ||||
* | Fix compile for Qt Embedded (qtopia4) based packages | Thiago A. Corrêa | 2009-04-06 | 1 | -1/+3 |
| | |||||
* | Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵ | Thiago A. Corrêa | 2009-04-06 | 1 | -6355/+0 |
| | | | | unclean and prevented the build from completing. Asked Atmel to submit upstream. | ||||
* | squashfs: add v4.0 support and version selection | Peter Korsgaard | 2009-04-06 | 2 | -1/+31 |
| | | | | | | | Squashfs 4.0 is needed to create file systems for the mainline squashfs version (mainline from 2.6.29). This is unfortunately not compatible with the old 3.x version and the external kernel patches, so add a choice between the 2 versions. | ||||
* | liberation: fix continous rebuild | Peter Korsgaard | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | kernel-headers: bump 2.6.29.x version | Peter Korsgaard | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales | Peter Korsgaard | 2009-04-06 | 2 | -0/+44 |
| | | | | | | | | | Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to remove unwanted locales from the target rootfs. Handy for stuff like the gtk stack, which comes with ~25 MB locales. Works similar to localepurge in Debian, E.G. you provide a white list of wanted locales, and everything else is removed. | ||||
* | Makefile: target-devfiles: combine .a / .la find invocation | Peter Korsgaard | 2009-04-06 | 1 | -5/+3 |
| | |||||
* | ncftp: cleanup Config.in | Peter Korsgaard | 2009-04-01 | 1 | -5/+0 |
| | | | | | | Subentries of a menu automatically gets hidden if the dependencies of the menu element aren't available, so get rid of the individual depends on BR2_PACKAGE_NCFTP. | ||||
* | ncftp: convert to Makefile.autotools.in | Peter Korsgaard | 2009-04-01 | 2 | -62/+18 |
| | | | | | | | - ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ] | ||||
* | target/device/Atmel: remove u-boot dir (git-svn issue) | Peter Korsgaard | 2009-04-01 | 0 | -0/+0 |
| |