| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
|
|
|
|
| |
/tmp/dbus will end up being a recursive symlink to itself on the build host.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As reported by Sven Neumann on the list.
|
|
|
|
| |
Closes #277.
|
|
|
|
| |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
|
| |
|
| |
|
| |
|
|
|
|
| |
As noted by Hamish Moffatt on the list.
|
| |
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
Fixes database corruption with rollback
http://www.sqlite.org/releaselog/3_6_12.html
|
| |
|
|
|
|
| |
Patch by Michael Roth <mroth@nessie.de>.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
unclean and prevented the build from completing. Asked Atmel to submit upstream.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- ncftpspooler is just a link to ncftpbatch
- only ncftpbookmarks needs ncurses, also change from "depends" to "select"
[ Peter: Small cleanups ]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Introduced in r23409.
|
| |
|
|
|
|
| |
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233.
|
|
|
|
| |
As noticed by Thomas Petazzoni.
|
|
|
|
| |
Closes #187.
|
| |
|
|
|
|
| |
Fixup tabs/spaces and trailing spaces mismatch while we're at it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Make sure the build doesn't use keysymdef.h from the host.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Most people don't need them, so don't enable mkfsjffs + doc tools by default.
|
| |
|