summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* usbutils: select libusbPeter Korsgaard2008-06-181-0/+1
|
* toolchain/gcc: use $(STRIP_STRIP_UNNEEDED)Peter Korsgaard2008-06-172-4/+4
|
* toolchain/uclibc: strip libpthreadPeter Korsgaard2008-06-171-0/+1
|
* toolchain/gcc-4.x: strip cross libgcc / libstdc++Peter Korsgaard2008-06-171-0/+2
|
* toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.Peter Korsgaard2008-06-171-2/+2
|
* u-boot tools: make sure destination directory existsPeter Korsgaard2008-06-171-0/+2
|
* Fix options to configureHamish Moffatt2008-06-171-1/+1
|
* Remove patch which isn't required for the specified upstream versionHamish Moffatt2008-06-171-10/+0
|
* Fix missing punctuationHamish Moffatt2008-06-171-1/+1
|
* gdb: support external toolchainPeter Korsgaard2008-06-161-9/+5
|
* lsof: bump versionPeter Korsgaard2008-06-165-12/+12
| | | | Patch by Conrad Parker.
* toolchain: more sensible uclibc defaults for external toolchainPeter Korsgaard2008-06-161-4/+4
|
* libvorbis: use BR2_SOFT_FLOAT to set default for tremorPeter Korsgaard2008-06-161-1/+1
| | | | Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
* libvorbis: make tremor option description more clearPeter Korsgaard2008-06-161-2/+1
| | | | Also remove comment about not being implemented.
* libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERSPeter Korsgaard2008-06-162-26/+0
| | | | | | 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).
* libvorbis: fix av32 typo in tremor defaultPeter Korsgaard2008-06-161-1/+1
|
* libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.Peter Korsgaard2008-06-161-1/+1
|
* libogg: remove BR2_PACKAGE_LIBOGG_HEADERSPeter Korsgaard2008-06-162-23/+2
| | | | | | 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).
* libogg: move header install to seperate target so it isn't always out-of-datePeter Korsgaard2008-06-161-2/+4
|
* libogg: fix libogg.a targetPeter Korsgaard2008-06-161-3/+1
| | | | Based on patch by Conrad Parker.
* python: fix hostpython target.Peter Korsgaard2008-06-161-1/+1
| | | | | | Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker.
* file: bump versionPeter Korsgaard2008-06-161-1/+1
| | | | Patch by Conrad Parker.
* php: fix s/EXIT/EXT/ typo in simplexml selectPeter Korsgaard2008-06-161-1/+1
|
* toolchain: move elf2flt+mklibs under 'Common Toolchain Options'Peter Korsgaard2008-06-161-2/+2
|
* elf2flt: only allow it to be selected on supported archsPeter Korsgaard2008-06-161-3/+1
|
* dnsmasq: touch target after makePeter Korsgaard2008-06-151-0/+2
|
* valgrind: don't add pkgconfig files to targetPeter Korsgaard2008-06-151-0/+1
|
* valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind insteadPeter Korsgaard2008-06-151-5/+4
|
* dbus: depend on exact XML dep so it isn't always considered out-of-datePeter Korsgaard2008-06-151-3/+10
|
* valgrind: needs kernel headers (and doesn't respect CFLAGS)Peter Korsgaard2008-06-151-0/+1
|
* kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)Peter Korsgaard2008-06-151-0/+24
|
* libxslt: use select instead of depends for pkgconfig like other packagesPeter Korsgaard2008-06-151-8/+5
| | | | | | | 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.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-1434-15/+36
|
* dbus-glib: don't depend on host pkg-configPeter Korsgaard2008-06-141-2/+2
|
* package/Makefile.autotools.in: support 'make external-deps'Peter Korsgaard2008-06-141-0/+5
|
* pkgconfig: bump version and cleanupPeter Korsgaard2008-06-146-387/+38
| | | | | | | 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.
* busybox 1.10.3 patchPeter Korsgaard2008-06-131-0/+10
|
* toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard2008-06-133-7/+4
| | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
* avahi: make sure usr/lib/ existsPeter Korsgaard2008-06-131-1/+1
|
* u-boot: don't depend on gcc (not needed and not provided by ext toolchain)Peter Korsgaard2008-06-131-1/+1
|
* expat: make sure usr/lib/ existsPeter Korsgaard2008-06-131-0/+1
|
* toolchain: gcc 4.2.4 supportPeter Korsgaard2008-06-1321-3/+4129
|
* Publish $(LIBTOOL) variable and use it in the libusb dependencies, so thatHamish Moffatt2008-06-132-3/+4
| | | | libusb isn't rebuilt every time.
* libusb: bump patch versionPeter Korsgaard2008-06-131-1/+1
|
* libusb: depend on actual host-libtool binaryPeter Korsgaard2008-06-131-1/+1
| | | | | We need to depend on the actual host-libtool binary instead of the phony host-libtool as libusb otherwise will get recompiled every time.
* Fix missing libtool when building libusbHamish Moffatt2008-06-131-1/+1
|
* u-boot: cleanup arch handlingPeter Korsgaard2008-06-121-1/+1
| | | | Thanks to Hamish Moffatt.
* u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse timePeter Korsgaard2008-06-111-1/+1
| | | | | | | U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations, so it end up empty. It's only used once, so fix it by using a use-time evaluated variable instead (=).
* kernel headers: bump 2.6.25.x versionPeter Korsgaard2008-06-111-1/+1
|
* kernel headers: bump 2.6.25.x versionPeter Korsgaard2008-06-071-1/+1
|