summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtjsbackend.inc
Commit message (Collapse)AuthorAgeFilesLines
* qt5module: drop it and include only qt5.incMartin Jansa2013-05-071-2/+2
| | | | | | | | | * not all modules depend on qtbase, qtbase-native dependency is added by qmake5.bbclass: QT5TOOLSDEPENDS ?= "qtbase-native " DEPENDS_prepend = "${QT5TOOLSDEPENDS}" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-*.inc: let module.inc to define LICENSEMartin Jansa2013-05-071-3/+3
| | | | | | | * it was working for LIC_FILES_CHKSUM, but not LICENSE * we need to change order of includes, first version.inc then module.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5module.inc: move shared logic to new .inc fileMartin Jansa2013-04-281-8/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: move do_install modifications to shared qt5.inc and reuse do_configureMartin Jansa2013-04-281-17/+1
|
* qtjsbackend: Update LICENSE infoMartin Jansa2013-04-281-3/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: remove PARALLEL_MAKE settingMartin Jansa2013-04-281-4/+0
| | | | * it seems to work fine with modified v8.pro
* qt5: move SSTATE_SCAN_FILES to qmake5_base.bbclassMartin Jansa2013-04-281-2/+0
| | | | | * penalty for more replacements is better then to forget to add this in some component which will also install .prl files
* qtjsbackend: Fix installation, now it's also prefixed with sysrootMartin Jansa2013-04-281-2/+6
| | | | | | * like in qtbase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: Use better patch to respect external-host-bindirMartin Jansa2013-04-281-1/+1
| | | | | | * mkv8snapshot isn't in default PATH when it's in ${bindir}/${QT_DIR_NAME} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: add .pri and .prl to SSTATE_SCAN_FILESMartin Jansa2013-04-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake: allow to disable debug outputMartin Jansa2013-04-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake_base: remove QT_DIR_NAME from libdirMartin Jansa2013-04-281-1/+1
| | | | | | | | | * using ${libdir}/${QT_DIR_NAME} is causing pkgconfig files to be installed in this prefix too * modify ArchData variable to move mkspecs files to qt5 prefix (so that they don't conflict with qt4) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: Fix SEPB build and work around wrong mkspec install pathMartin Jansa2013-04-281-7/+9
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: unify indentationMartin Jansa2013-04-171-3/+3
| | | | * use 4 spaces everywhere like meta-oe and other layers do now
* qtjsbackend: use common qt5.incMartin Jansa2012-12-121-12/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: fix native dependencyMikko Levonmaa2012-12-111-1/+3
| | | | | | Also fixes the broken qtjsbackent-native recipe Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qtjsbackend: fix SRC_URI formattingMartin Jansa2012-12-111-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: SHA bumpMikko Levonmaa2012-12-091-2/+2
| | | | | | Also uses the same qmake.conf as other modules Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qtjsbackend: fixed packagingMikko Levonmaa2012-12-071-3/+3
| | | | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qtjsbackend: Initial recipeMikko Levonmaa2012-12-071-0/+40
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>