summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-04-28package/openssl: STRIP_STRIP_ALL should be used for binariesPeter Korsgaard
2009-04-28package/openssl: also strip libraries with _OPENSSL_BIN is enabledPeter Korsgaard
2009-04-28package/openssl: make sure TARGET_CFLAGS are usedPeter Korsgaard
And remove the unnedded c_rehash binary while we're at it. Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307. Saves ~250k on PPC with default config (E.G. -Os)
2009-04-27libglib2: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
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-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-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-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-17sqlite: bump versionPeter Korsgaard
Closes #277.
2009-04-15bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
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-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-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-07liberation: cleanup and really fix continous rebuildPeter Korsgaard
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.
2009-04-06liberation: fix continous rebuildPeter Korsgaard
2009-04-01ncftp: cleanup Config.inPeter Korsgaard
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.
2009-04-01ncftp: convert to Makefile.autotools.inPeter Korsgaard
- ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ]
2009-04-01fakeroot: install into HOST_DIRPeter Korsgaard
2009-04-01fakeroot: build host version under BUILD_DIR as wellPeter Korsgaard
2009-04-01makedevs: install into HOST_DIRPeter Korsgaard
2009-04-01busybox: additional 1.13.3 fixesPeter Korsgaard
2009-03-31iptables: unbreak build with ipv6 after r25897.Peter Korsgaard
2009-03-31qtopia4: default to the ppc config for powerpc buildsPeter Korsgaard
2009-03-31qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc)Peter Korsgaard
qmake.conf needs to be tweaked to make QT use the correct toolchain for building, but the current approach relies on the fact that the selected platform qmake.conf has QMAKE_{CC,CXX,LINK,LINK_SHLIB,AR,OBJCOPY,RANLIB,STRIP} lines that are then adapted to the correct settings. This is true for some configs (namely arm and avr32), but not for others - Causing the build to fail (or build for the host). Instead add a QTOPIA4_QMAKE_SET macro which removes any existing lines and add the correct lines to the qmake.conf, so it works no matter if the platform provides them or not.
2009-03-30iptables: use correct variable for configure optionsPeter Korsgaard
Introduced in r23409.
2009-03-30iptables: needs largefile support in toolchainPeter Korsgaard
2009-03-30iptables: fix build without ipv6 support in toolchainPeter Korsgaard
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233.
2009-03-30freetype: strip target library and remove freetype-config if not neededPeter Korsgaard
As noticed by Thomas Petazzoni.