summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-26package: add libsoup packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
2009-04-26samba: fix build with ipv6 support is disabledPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
2009-04-26busybox: 1.14.0 dhcp fixPeter Korsgaard
2009-04-24toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without addressPeter Korsgaard
From uClibc r24336.
2009-04-23package/multimeda: add taglib packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
2009-04-23directfb: bump versionPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
2009-04-23Update to 4.5.1Thiago A. Corrêa
2009-04-23dbus-glib: workaround Kconfig issue with selectPeter Korsgaard
Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead.
2009-04-23package/qtopia4: fix GPL download URLPeter Korsgaard
Patch by Will Newton <will.newton@gmail.com>
2009-04-23toolchain/gcc: add 4.4.0Peter Korsgaard
2009-04-23dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard
2009-04-23dbus-glib: needs expatPeter Korsgaard
Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
2009-04-23toolchain/gcc: fix PR 32044 patchPeter Korsgaard
Somehow the patch was a patch adding a patch instead of the patch itself.
2009-04-22toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard
Using the support in uClibc.
2009-04-22toolchain/gcc: don't enable libssp supportPeter Korsgaard
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.
2009-04-21dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard
/tmp/dbus will end up being a recursive symlink to itself on the build host.
2009-04-20Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa
2009-04-18busybox: 1.14.0 fixesPeter Korsgaard
2009-04-18cups: add -source targetPeter Korsgaard
2009-04-17busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86Peter Korsgaard
2009-04-17pkg-config: fix target packagePeter Korsgaard
As reported by Sven Neumann on the list.
2009-04-17toolchain/br2_autoreconf: removePeter Korsgaard
It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it.
2009-04-17Makefile: distclean: remove correct dirsPeter Korsgaard
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.
2009-04-17sqlite: bump versionPeter Korsgaard
Closes #277.
2009-04-17Updated i686 configThiago A. Corrêa
2009-04-17Fix busybox config file locationThiago A. Corrêa
2009-04-15bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
2009-04-15target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard
2009-04-15busybox: remove ancient versionsPeter Korsgaard
2009-04-15busybox: add 1.14.xPeter Korsgaard
2009-04-15busybox: bump 1.13.x versionPeter Korsgaard
2009-04-15toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard
2009-04-15unmark the sparc targets as broken, they build if you disable shared libgccaustinf
2009-04-14openssl: git rid of version number in patchesPeter Korsgaard
As noted by Hamish Moffatt on the list.
2009-04-13Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa
2009-04-09target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
2009-04-09lzop: new packagePeter Korsgaard
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/
2009-04-09sqlite: bump versionPeter Korsgaard
Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
2009-04-08jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard
2009-04-08lua: bump versionPeter Korsgaard
Patch by Michael Roth <mroth@nessie.de>.
2009-04-07Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard
And remove from each rootfs variant.
2009-04-07liberation: cleanup and really fix continous rebuildPeter Korsgaard
2009-04-07target/jffs2: default to big endian format for big endian archsPeter Korsgaard
Same logic as in target/Config.in.arch.
2009-04-07target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard
2009-04-07target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
2009-04-07target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
2009-04-07rsync: bump versionPeter Korsgaard
2009-04-07openssl: bump versionPeter Korsgaard
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.
2009-04-06Fix compile for Qt Embedded (qtopia4) based packagesThiago A. Corrêa
2009-04-06Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵Thiago A. Corrêa
unclean and prevented the build from completing. Asked Atmel to submit upstream.