Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qte: fix long help text lines | Peter Korsgaard | 2008-08-27 | 1 | -11/+18 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -4/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵ | Thiago A. Corrêa | 2008-07-01 | 1 | -0/+1 |
| | | | | will be removal. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -22/+22 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -4/+4 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -9/+9 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -5/+5 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use TARGET_CONFIGURE_ARGS in some packages lacking | Ulf Samuelsson | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | Replace space by tabs | Ulf Samuelsson | 2007-07-28 | 1 | -54/+54 |
| | |||||
* | Remove extra ':' from qte make | Ulf Samuelsson | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE). | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -4/+4 |
| | | | | Fixes build breakage as seen by Ulf et al. | ||||
* | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | 2007-07-06 | 1 | -4/+0 |
| | | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+3 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | fix missing dependancy for BR2_QTE_TMAKE_VERSION | Eric Andersen | 2006-11-17 | 1 | -0/+1 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -4/+4 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | if QTE isnt enabled, make sure the versions dont screw up the make rules | Mike Frysinger | 2005-09-09 | 1 | -2/+18 |
| | |||||
* | QTE by Allan Clark Bug 391 | Mike Frysinger | 2005-09-09 | 3 | -0/+537 |