summaryrefslogtreecommitdiffstats
path: root/package/qte
Commit message (Collapse)AuthorAgeFilesLines
* qte.mk: Add a 'comment' to indicate the need for NPTL threadsDaniel Laird2009-01-301-1/+2
| | | | | | | | Make sure the developer is informed why a package is not visable and that they need to have a NPTL enabled toolchain. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* qte.mk: Use depends on for toolchain features Daniel Laird2009-01-301-1/+1
| | | | | | | Buildroot is adopting depends on for toolchain features and select for packages. Make this change in this file. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/: depend on toolchain C++ config, don't use selectPeter Korsgaard2009-01-261-1/+5
| | | | select should only be used for package (library) dependencies.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-2/+2
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* qte: fix long help text linesPeter Korsgaard2008-08-271-11/+18
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-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êa2008-07-011-0/+1
| | | | will be removal.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-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 cacheBernhard Reutner-Fischer2007-09-251-4/+4
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-9/+9
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-5/+5
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use TARGET_CONFIGURE_ARGS in some packages lackingUlf Samuelsson2007-07-301-1/+1
|
* Replace space by tabsUlf Samuelsson2007-07-281-54/+54
|
* Remove extra ':' from qte makeUlf Samuelsson2007-07-241-3/+3
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-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-061-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_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+3
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-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_VERSIONEric Andersen2006-11-171-0/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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-Fischer2006-03-101-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 rulesMike Frysinger2005-09-091-2/+18
|
* QTE by Allan Clark Bug 391Mike Frysinger2005-09-093-0/+537