summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* lzop: new packagePeter Korsgaard2009-04-093-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 versionPeter Korsgaard2009-04-091-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.jffs2Peter Korsgaard2009-04-082-7/+49
|
* lua: bump versionPeter Korsgaard2009-04-081-1/+1
| | | | Patch by Michael Roth <mroth@nessie.de>.
* liberation: cleanup and really fix continous rebuildPeter Korsgaard2009-04-071-5/+6
|
* rsync: bump versionPeter Korsgaard2009-04-071-1/+1
|
* openssl: bump versionPeter Korsgaard2009-04-076-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 packagesThiago A. Corrêa2009-04-061-1/+3
|
* Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵Thiago A. Corrêa2009-04-061-6355/+0
| | | | unclean and prevented the build from completing. Asked Atmel to submit upstream.
* liberation: fix continous rebuildPeter Korsgaard2009-04-061-1/+1
|
* ncftp: cleanup Config.inPeter Korsgaard2009-04-011-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.inPeter Korsgaard2009-04-012-62/+18
| | | | | | | - ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ]
* fakeroot: install into HOST_DIRPeter Korsgaard2009-04-012-11/+5
|
* fakeroot: build host version under BUILD_DIR as wellPeter Korsgaard2009-04-011-1/+1
|
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-011-1/+1
|
* busybox: additional 1.13.3 fixesPeter Korsgaard2009-04-013-12/+503
|
* iptables: unbreak build with ipv6 after r25897.Peter Korsgaard2009-03-311-12/+30
|
* qtopia4: default to the ppc config for powerpc buildsPeter Korsgaard2009-03-311-1/+1
|
* qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc)Peter Korsgaard2009-03-311-9/+23
| | | | | | | | | | | | | | 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.
* iptables: use correct variable for configure optionsPeter Korsgaard2009-03-301-2/+1
| | | | Introduced in r23409.
* iptables: needs largefile support in toolchainPeter Korsgaard2009-03-301-0/+4
|
* iptables: fix build without ipv6 support in toolchainPeter Korsgaard2009-03-302-0/+74
| | | | Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233.
* freetype: strip target library and remove freetype-config if not neededPeter Korsgaard2009-03-301-0/+4
| | | | As noticed by Thomas Petazzoni.
* ntfs-3g: needs wchar support in toolchainPeter Korsgaard2009-03-301-2/+3
| | | | Closes #187.
* ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)Peter Korsgaard2009-03-301-1/+1
|
* ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to matchPeter Korsgaard2009-03-301-8/+13
| | | | Fixup tabs/spaces and trailing spaces mismatch while we're at it.
* ntfs-3g: remove extra white spacePeter Korsgaard2009-03-301-3/+0
|
* ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130)Peter Korsgaard2009-03-301-1/+0
|
* busybox: 1.13.3 tail fixPeter Korsgaard2009-03-301-0/+12
|
* libX11: fix build on hosts without libx11-devPeter Korsgaard2009-03-293-41/+58
| | | | Make sure the build doesn't use keysymdef.h from the host.
* package: proper aclocal fixPeter Korsgaard2009-03-293-1/+8
| | | | | | | | | | Revert r25827 and instead copy over the host aclocal files of the stuff needed for auto* (libtool + pkgconfig). These logically belong with the target stuff, as they are used for the target auto* toolchain. Long term we should probably consider using aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files cannot interfere with the target build.
* Another external toolchain fixThomas Petazzoni2009-03-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | Change the definition of TARGET_LDFLAGS to use --sysroot $(STAGING_DIR) instead of -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib. It fixes the following failure while trying to build mtd-utils : /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -L/home/thomas/local/buildroot-output/build_arm/staging_dir/lib -L/home/thomas/local/buildroot-output/build_arm/staging_dir/usr/lib -o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall /home/thomas/local/buildroot-output/build_arm/mtd_orig/crc32.o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall.o /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.3.2/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find /lib/libc.so.0 collect2: ld returned 1 exit status make[1]: *** [/home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall] Error 1 At the same time, simplify the definition of TARGET_CFLAGS, because the -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include -I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include are no longer necessary since we sysroot the toolchain in $(SYSROOT_DIR). This patch has no effect on non-external toolchain builds. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mplayer: disable LIVE555 Streaming MediaPeter Korsgaard2009-03-281-0/+1
| | | | | | | | | | | | LIVE555 was installed on the build system and was recognized by configure: Checking for LIVE555 Streaming Media libraries ... yes (using distribution version) Later this led to a linker error: ld: cannot find -lliveMedia Disable LIVE555, since it's not available in Buildroot. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* package/mtd: don't enable rarely used commands by defaultPeter Korsgaard2009-03-261-5/+0
| | | | Most people don't need them, so don't enable mkfsjffs + doc tools by default.
* package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard2009-03-261-1/+2
|
* mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard2009-03-261-1/+1
| | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
* package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard2009-03-261-22/+0
| | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
* m4: provide download target (missing from r25810)Peter Korsgaard2009-03-261-0/+3
|
* /usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).Thomas Petazzoni2009-03-261-1/+1
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* util-linux: fix download URLPeter Korsgaard2009-03-261-1/+1
|
* wpa_supplicant: bump versionPeter Korsgaard2009-03-251-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #213.
* pango: host build needs automake/autoconfPeter Korsgaard2009-03-241-1/+1
|
* package: provide download target for host packagesPeter Korsgaard2009-03-2415-0/+45
|
* busybox: 1.13.3 hush fixPeter Korsgaard2009-03-241-0/+179
|
* libtool: cleanupPeter Korsgaard2009-03-232-124/+29
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* m4: cleanupPeter Korsgaard2009-03-232-103/+28
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* autoconf: cleanupPeter Korsgaard2009-03-232-109/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* automake: cleanupPeter Korsgaard2009-03-231-113/+33
| | | | | - Convert into Makefile.autotools.in format for target build - Build host version in BUILD_DIR and install into HOST_DIR
* pkgconfig: really use make install for BR2_ENABLE_DEBUGPeter Korsgaard2009-03-231-1/+1
|
* package: auto* needs perlPeter Korsgaard2009-03-232-0/+2
|