Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-19 | toolchain/gcc: add 4.3.1 | Peter Korsgaard | |
Based on Bernhards tree. | |||
2008-06-19 | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | |
2008-06-19 | package/config: rebase from upstream (2.6.24.4) | Peter Korsgaard | |
From Bernhards tree (1af211ea) | |||
2008-06-19 | package/config: rebase from upstream (2.6.23.14) | Peter Korsgaard | |
From Bernhards tree (2737cfdd) | |||
2008-06-19 | package/config: cygwin fix | Peter Korsgaard | |
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95) | |||
2008-06-18 | toolchain/gcc: use $(@D) | Peter Korsgaard | |
2008-06-18 | toolchain/gcc: use depends on instead of depends | Peter Korsgaard | |
2008-06-18 | nbd: bump version and depend on glib2 | Peter Korsgaard | |
Patch by Thiago A. Correa. | |||
2008-06-18 | proftpd: remove unneeded susv3 legacy patch | Peter Korsgaard | |
2008-06-18 | dnsmasq: use awk instead of nawk | Peter Korsgaard | |
2008-06-18 | dependencies: check for awk | Peter Korsgaard | |
2008-06-18 | uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG | Peter Korsgaard | |
2008-06-18 | uclibc: remove obsolete uclibc 0.9.28 handling | Peter Korsgaard | |
2008-06-18 | proftp: bump version and fix compilation on 2.6.24+ | Peter Korsgaard | |
Based on patch by Thiago A. Corrêa. | |||
2008-06-18 | usbutils: select libusb | Peter Korsgaard | |
2008-06-17 | toolchain/gcc: use $(STRIP_STRIP_UNNEEDED) | Peter Korsgaard | |
2008-06-17 | toolchain/uclibc: strip libpthread | Peter Korsgaard | |
2008-06-17 | toolchain/gcc-4.x: strip cross libgcc / libstdc++ | Peter Korsgaard | |
2008-06-17 | toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host. | Peter Korsgaard | |
2008-06-17 | u-boot tools: make sure destination directory exists | Peter Korsgaard | |
2008-06-17 | Fix options to configure | Hamish Moffatt | |
2008-06-17 | Remove patch which isn't required for the specified upstream version | Hamish Moffatt | |
2008-06-17 | Fix missing punctuation | Hamish Moffatt | |
2008-06-16 | gdb: support external toolchain | Peter Korsgaard | |
2008-06-16 | lsof: bump version | Peter Korsgaard | |
Patch by Conrad Parker. | |||
2008-06-16 | toolchain: more sensible uclibc defaults for external toolchain | Peter Korsgaard | |
2008-06-16 | libvorbis: use BR2_SOFT_FLOAT to set default for tremor | Peter Korsgaard | |
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list. | |||
2008-06-16 | libvorbis: make tremor option description more clear | Peter Korsgaard | |
Also remove comment about not being implemented. | |||
2008-06-16 | libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERS | Peter Korsgaard | |
We don't need per-package header install options now that we have BR2_HAVE_DEVFILES (they are in fact useless as the files will get overwritten/deleted anyway). | |||
2008-06-16 | libvorbis: fix av32 typo in tremor default | Peter Korsgaard | |
2008-06-16 | libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't. | Peter Korsgaard | |
2008-06-16 | libogg: remove BR2_PACKAGE_LIBOGG_HEADERS | Peter Korsgaard | |
We don't need per-package header install options now that we have BR2_HAVE_DEVFILES (they are in fact useless as the files will get overwritten/deleted anyway). | |||
2008-06-16 | libogg: move header install to seperate target so it isn't always out-of-date | Peter Korsgaard | |
2008-06-16 | libogg: fix libogg.a target | Peter Korsgaard | |
Based on patch by Conrad Parker. | |||
2008-06-16 | python: fix hostpython target. | Peter Korsgaard | |
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker. | |||
2008-06-16 | file: bump version | Peter Korsgaard | |
Patch by Conrad Parker. | |||
2008-06-16 | php: fix s/EXIT/EXT/ typo in simplexml select | Peter Korsgaard | |
2008-06-16 | toolchain: move elf2flt+mklibs under 'Common Toolchain Options' | Peter Korsgaard | |
2008-06-16 | elf2flt: only allow it to be selected on supported archs | Peter Korsgaard | |
2008-06-15 | dnsmasq: touch target after make | Peter Korsgaard | |
2008-06-15 | valgrind: don't add pkgconfig files to target | Peter Korsgaard | |
2008-06-15 | valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind instead | Peter Korsgaard | |
2008-06-15 | dbus: depend on exact XML dep so it isn't always considered out-of-date | Peter Korsgaard | |
2008-06-15 | valgrind: needs kernel headers (and doesn't respect CFLAGS) | Peter Korsgaard | |
2008-06-15 | kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind) | Peter Korsgaard | |
2008-06-15 | libxslt: use select instead of depends for pkgconfig like other packages | Peter Korsgaard | |
There's not much point in using depends instead of select for pkgconfig as it's a host tool, E.G. it doesn't add anything to the rootfs. At the same time, strip Config.in of trailing spaces. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2008-06-14 | dbus-glib: don't depend on host pkg-config | Peter Korsgaard | |
2008-06-14 | package/Makefile.autotools.in: support 'make external-deps' | Peter Korsgaard | |
2008-06-14 | pkgconfig: bump version and cleanup | Peter Korsgaard | |
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile. |