mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Add KConfig recipe
Summary: Based on Johan's work branch. This also disables unit tests for all frameworks, tests aren't executable for cross-builds anyway, and KConfig tries to run the target kconfig_compiler there. The native version can still further improved by allowing a QtCore-only build of KConfig, as we are only interested in the kconfig_compiler. Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D6987
This commit is contained in:
@@ -3,6 +3,7 @@ inherit cmake_qt5
|
||||
EXTRA_OECMAKE += " \
|
||||
-DOE_KF5_PATH_HOST_ROOT=${STAGING_DIR_HOST} \
|
||||
-DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/usr/lib/cmake \
|
||||
-DBUILD_TESTING=OFF \
|
||||
"
|
||||
|
||||
DEPENDS += "ecm"
|
||||
|
||||
Reference in New Issue
Block a user