From ec6bc1457317338ac1372089f75af188cbc030e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 28 Feb 2017 13:24:35 +0100 Subject: [PATCH] frameworkintegration: add kpackage to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | CMake Error at CMakeLists.txt:39 (find_package): | By not providing "FindKF5Package.cmake" in CMAKE_MODULE_PATH this project | has asked CMake to find a package configuration file provided by | "KF5Package", but CMake did not find one. | | Could not find a package configuration file provided by "KF5Package" | (requested version 5.31.0) with any of the following names: | | KF5PackageConfig.cmake | kf5package-config.cmake Signed-off-by: Andreas Müller --- .../kf5/tier4/frameworkintegration/frameworkintegration.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb index 40527a67..ab14d4b8 100644 --- a/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb +++ b/recipes-kde/kf5/tier4/frameworkintegration/frameworkintegration.bb @@ -13,6 +13,7 @@ DEPENDS += " \ knotifications \ kwidgetsaddons \ knewstuff \ + kpackage \ " RRECCOMENDS_${PN} += "oxygen-fonts"