aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* gdb: include readline in default PACKAGECONFIGMartin Jansa2016-03-021-1/+1
| | | | | | | * without readline in PACKAGECONFIG and with no-static-libraries.inc gdb fails when trying to build against own bundled static readline Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ninja-native: remove from meta-qt5 (moved to meta-oe)Andre McCurdy2015-11-161-23/+0
| | | | | | | | | ninja-native is now available in meta-oe (jethro and master): http://git.openembedded.org/meta-openembedded/commit/?id=d931801de77a9cbb13c916231583b3526a7d3e11 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ninja-native: upgrade to 1.5.3Martin Jansa2015-05-131-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* add gdb append to enable python packageconfigAndreas Müller2015-02-181-0/+1
| | | | | | | debugging with qt-creator on target requires gdb build with python support Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ninja-native: add recipeSimon Busch2014-07-061-0/+22
| | | | | | | Needed to build qtwebengine. Taken from meta-browser. Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake: remove .bbappends, resolved in oe-coreMartin Jansa2014-05-092-40/+0
| | | | | | | * it's included in daisy and master branches http://git.openembedded.org/openembedded-core/commit/?h=daisy&id=4f2dee0d8c2c3f60cb8f8021343e973cae31fc50 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake: rename .bbappend to match new version from OE-coreJonathan Liu2014-03-052-0/+0
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake-native: disable test for Qt5CoreAndreas Oberritter2014-01-271-0/+20
| | | | | | | Fixes the same build error as 671313d, but for the -native recipe. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake: Rename .bbappend to match new version from oe-coreMartin Jansa2013-11-151-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake: Rename and update .bbappend to match new version from oe-coreMartin Jansa2013-11-032-7/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cmake: disable test for Qt5CoreMartin Jansa2013-09-131-0/+7
| CMake Error at tmp-eglibc/sysroots/qemuarm/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:27 (message): | The imported target "Qt5::Core" references the file | | "/qmake" | | but this file does not exist. Possible reasons include: | | * The file was deleted, renamed, or moved to another location. | | * An install or uninstall procedure did not complete successfully. | | * The installation package was faulty and contained | | "tmp-eglibc/sysroots/qemuarm/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" | | but not all the files it references. | | Call Stack (most recent call first): | tmp-eglibc/sysroots/qemuarm/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake:6 (_qt5_Core_check_file_exists) | tmp-eglibc/sysroots/qemuarm/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:130 (include) | Tests/RunCMake/CMakeLists.txt:80 (find_package) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>