aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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>