[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [yocto-meta-kf5] /: Move handling of cmake/qmake dev files to the KF5 class
From:       Volker Krause <null () kde ! org>
Date:       2017-07-31 18:47:40
Message-ID: E1dcFjA-0000oO-LX () code ! kde ! org
[Download RAW message or body]

Git commit 321066379c8aabc0c65da40a4be2520f4add92db by Volker Krause.
Committed on 31/07/2017 at 18:47.
Pushed by vkrause into branch 'master'.

Move handling of cmake/qmake dev files to the KF5 class

Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7019

M  +5    -0    classes/cmake_kf5.bbclass
M  +0    -5    recipes-kf5/tier1/attica.inc
M  +0    -5    recipes-kf5/tier1/karchive.inc
M  +0    -5    recipes-kf5/tier1/kcodecs.inc
M  +0    -5    recipes-kf5/tier1/kconfig.inc
M  +0    -5    recipes-kf5/tier1/kcoreaddons.inc
M  +0    -5    recipes-kf5/tier1/kdbusaddons.inc
M  +0    -5    recipes-kf5/tier1/kdnssd.inc
M  +0    -5    recipes-kf5/tier1/kguiaddons.inc
M  +0    -2    recipes-kf5/tier1/ki18n.inc
M  +0    -5    recipes-kf5/tier1/kidletime.inc
M  +0    -5    recipes-kf5/tier1/kimageformats.inc
M  +0    -5    recipes-kf5/tier1/kitemmodels.inc
M  +0    -5    recipes-kf5/tier1/kitemviews.inc
M  +0    -5    recipes-kf5/tier1/kplotting.inc
M  +0    -5    recipes-kf5/tier1/kwayland.inc
M  +0    -5    recipes-kf5/tier1/kwidgetsaddons.inc
M  +0    -5    recipes-kf5/tier1/kwindowsystem.inc
M  +0    -5    recipes-kf5/tier1/prison.inc
M  +0    -5    recipes-kf5/tier1/solid.inc
M  +0    -5    recipes-kf5/tier1/sonnet.inc
M  +0    -5    recipes-kf5/tier1/threadweaver.inc
M  +0    -5    recipes-kf5/tier2/kactivities.inc
M  +0    -5    recipes-kf5/tier2/kauth.inc
M  +0    -5    recipes-kf5/tier2/kcompletion.inc
M  +0    -5    recipes-kf5/tier2/kcrash.inc
M  +0    -5    recipes-kf5/tier2/kfilemetadata.inc
M  +0    -5    recipes-kf5/tier2/kjobwidgets.inc
M  +0    -2    recipes-kf5/tier2/knotifications.inc
M  +0    -5    recipes-kf5/tier2/kpackage.inc
M  +0    -5    recipes-kf5/tier2/kpty.inc
M  +0    -5    recipes-kf5/tier2/kunitconversion.inc
M  +0    -5    recipes-kf5/tier3/kconfigwidgets.inc
M  +1    -3    recipes-kf5/tier3/kglobalaccel.inc
M  +0    -5    recipes-kf5/tier3/kiconthemes.inc
M  +0    -5    recipes-kf5/tier3/kservice.inc
M  +0    -5    recipes-kf5/tier3/ktextwidgets.inc

https://commits.kde.org/yocto-meta-kf5/321066379c8aabc0c65da40a4be2520f4add92db

diff --git a/classes/cmake_kf5.bbclass b/classes/cmake_kf5.bbclass
index af63197..6990e19 100644
--- a/classes/cmake_kf5.bbclass
+++ b/classes/cmake_kf5.bbclass
@@ -22,3 +22,8 @@ do_install_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
+
+FILES_${PN}-dev += " \
+    ${libdir}/cmake/KF5*/*.cmake \
+    ${prefix}/mkspecs/modules/qt_*.pri \
+"
diff --git a/recipes-kf5/tier1/attica.inc b/recipes-kf5/tier1/attica.inc
index 71c00e2..a806e0f 100644
--- a/recipes-kf5/tier1/attica.inc
+++ b/recipes-kf5/tier1/attica.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/attica"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Attica/*.cmake \
-    ${prefix}/mkspecs/modules/qt_Attica.pri \
-"
diff --git a/recipes-kf5/tier1/karchive.inc b/recipes-kf5/tier1/karchive.inc
index 48aa3df..a55eaef 100644
--- a/recipes-kf5/tier1/karchive.inc
+++ b/recipes-kf5/tier1/karchive.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/karchive;protocol=git"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Archive/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KArchive.pri \
-"
diff --git a/recipes-kf5/tier1/kcodecs.inc b/recipes-kf5/tier1/kcodecs.inc
index 72648bf..d97734c 100644
--- a/recipes-kf5/tier1/kcodecs.inc
+++ b/recipes-kf5/tier1/kcodecs.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kcodecs;nobranch=1"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Codecs/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KCodecs.pri \
-"
diff --git a/recipes-kf5/tier1/kconfig.inc b/recipes-kf5/tier1/kconfig.inc
index b280557..f466d59 100644
--- a/recipes-kf5/tier1/kconfig.inc
+++ b/recipes-kf5/tier1/kconfig.inc
@@ -22,8 +22,3 @@ sysroot_stage_all_append_class-target () {
     mkdir -p ${SYSROOT_DESTDIR}${libexecdir}/kf5
     cp ${D}${libexecdir}/kf5/kconf_update ${SYSROOT_DESTDIR}${libexecdir}/kf5
 }
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Config/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KConfig*.pri \
-"
diff --git a/recipes-kf5/tier1/kcoreaddons.inc b/recipes-kf5/tier1/kcoreaddons.inc
index 683b3d2..31cba41 100644
--- a/recipes-kf5/tier1/kcoreaddons.inc
+++ b/recipes-kf5/tier1/kcoreaddons.inc
@@ -12,11 +12,6 @@ S = "${WORKDIR}/git"
 
 inherit cmake_kf5
 
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5CoreAddons/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KCoreAddons.pri \
-"
-
 FILES_${PN} += " \
     /usr/share/mime/packages/kde5.xml \
     /usr/share/kf5/licenses/* \
diff --git a/recipes-kf5/tier1/kdbusaddons.inc b/recipes-kf5/tier1/kdbusaddons.inc
index cf4a851..7e7af2c 100644
--- a/recipes-kf5/tier1/kdbusaddons.inc
+++ b/recipes-kf5/tier1/kdbusaddons.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kdbusaddons;nobranch=1"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5DBusAddons/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KDBusAddons.pri \
-"
diff --git a/recipes-kf5/tier1/kdnssd.inc b/recipes-kf5/tier1/kdnssd.inc
index 72fac5c..6fdbffb 100644
--- a/recipes-kf5/tier1/kdnssd.inc
+++ b/recipes-kf5/tier1/kdnssd.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kdnssd;nobranch=1"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5DNSSD/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KDNSSD.pri \
-"
diff --git a/recipes-kf5/tier1/kguiaddons.inc b/recipes-kf5/tier1/kguiaddons.inc
index 7289740..2f8cc79 100644
--- a/recipes-kf5/tier1/kguiaddons.inc
+++ b/recipes-kf5/tier1/kguiaddons.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kguiaddons"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5GuiAddons/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KGuiAddons.pri \
-"
diff --git a/recipes-kf5/tier1/ki18n.inc b/recipes-kf5/tier1/ki18n.inc
index 26d863b..bfcf783 100644
--- a/recipes-kf5/tier1/ki18n.inc
+++ b/recipes-kf5/tier1/ki18n.inc
@@ -17,9 +17,7 @@ inherit python3native
 EXTRA_OECMAKE += " -DBUILD_TESTING=OFF"
 
 FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5I18n/*.cmake \
     ${libdir}/cmake/KF5I18n/*.py \
-    ${prefix}/mkspecs/modules/qt_KI18n.pri \
 "
 
 FILES_${PN}-dbg += " \
diff --git a/recipes-kf5/tier1/kidletime.inc b/recipes-kf5/tier1/kidletime.inc
index 3ecc4cd..15720da 100644
--- a/recipes-kf5/tier1/kidletime.inc
+++ b/recipes-kf5/tier1/kidletime.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kidletime"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5IdleTime/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KIdleTime.pri \
-"
diff --git a/recipes-kf5/tier1/kimageformats.inc b/recipes-kf5/tier1/kimageformats.inc
index 95587e1..1d2f9dc 100644
--- a/recipes-kf5/tier1/kimageformats.inc
+++ b/recipes-kf5/tier1/kimageformats.inc
@@ -12,11 +12,6 @@ S = "${WORKDIR}/git"
 
 inherit cmake_kf5
 
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5ImageFormats/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KImageFormats.pri \
-"
-
 FILES_${PN}-dbg += " \
     ${libdir}/plugins/imageformats/.debug/*.so \
 "
diff --git a/recipes-kf5/tier1/kitemmodels.inc b/recipes-kf5/tier1/kitemmodels.inc
index f4b81c9..bffde13 100644
--- a/recipes-kf5/tier1/kitemmodels.inc
+++ b/recipes-kf5/tier1/kitemmodels.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kitemmodels"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5ItemModels/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KItemModels.pri \
-"
diff --git a/recipes-kf5/tier1/kitemviews.inc b/recipes-kf5/tier1/kitemviews.inc
index 76a4bd6..ca66552 100644
--- a/recipes-kf5/tier1/kitemviews.inc
+++ b/recipes-kf5/tier1/kitemviews.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kitemviews;nobranch=1"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5ItemViews/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KItemViews.pri \
-"
diff --git a/recipes-kf5/tier1/kplotting.inc b/recipes-kf5/tier1/kplotting.inc
index 809bb33..63d600b 100644
--- a/recipes-kf5/tier1/kplotting.inc
+++ b/recipes-kf5/tier1/kplotting.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kplotting"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Plotting/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KPlotting.pri \
-"
diff --git a/recipes-kf5/tier1/kwayland.inc b/recipes-kf5/tier1/kwayland.inc
index 8406070..896510b 100644
--- a/recipes-kf5/tier1/kwayland.inc
+++ b/recipes-kf5/tier1/kwayland.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kwayland"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Wayland/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KWayland*.pri \
-"
diff --git a/recipes-kf5/tier1/kwidgetsaddons.inc b/recipes-kf5/tier1/kwidgetsaddons.inc
index 7b6b1e9..44bebba 100644
--- a/recipes-kf5/tier1/kwidgetsaddons.inc
+++ b/recipes-kf5/tier1/kwidgetsaddons.inc
@@ -12,11 +12,6 @@ S = "${WORKDIR}/git"
 
 inherit cmake_kf5
 
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5WidgetsAddons/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KWidgetsAddons.pri \
-"
-
 FILES_${PN} += " \
     /usr/share/kf5/kcharselect/kcharselect-data \
 "
diff --git a/recipes-kf5/tier1/kwindowsystem.inc b/recipes-kf5/tier1/kwindowsystem.inc
index ce70f87..4f833e5 100644
--- a/recipes-kf5/tier1/kwindowsystem.inc
+++ b/recipes-kf5/tier1/kwindowsystem.inc
@@ -15,8 +15,3 @@ inherit cmake_kf5
 FILES_${PN} += " \
     ${libdir}/plugins/kf5/org.kde.kwindowsystem.platforms/* \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5WindowSystem/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KWindowSystem.pri \
-"
diff --git a/recipes-kf5/tier1/prison.inc b/recipes-kf5/tier1/prison.inc
index a8d9264..e0b2bed 100644
--- a/recipes-kf5/tier1/prison.inc
+++ b/recipes-kf5/tier1/prison.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/prison"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Prison/*.cmake \
-    ${prefix}/mkspecs/modules/qt_Prison.pri \
-"
diff --git a/recipes-kf5/tier1/solid.inc b/recipes-kf5/tier1/solid.inc
index a87d999..7121746 100644
--- a/recipes-kf5/tier1/solid.inc
+++ b/recipes-kf5/tier1/solid.inc
@@ -12,11 +12,6 @@ S = "${WORKDIR}/git"
 
 inherit cmake_kf5
 
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Solid/*.cmake \
-    ${prefix}/mkspecs/modules/qt_Solid.pri \
-"
-
 FILES_${PN}-dbg += " \
     ${libdir}/qml/org/kde/solid/.debug/*.so \
 "
diff --git a/recipes-kf5/tier1/sonnet.inc b/recipes-kf5/tier1/sonnet.inc
index 9e355fa..080b22d 100644
--- a/recipes-kf5/tier1/sonnet.inc
+++ b/recipes-kf5/tier1/sonnet.inc
@@ -19,8 +19,3 @@ EXTRA_OECMAKE += " -DPARSETRIGRAMS_EXECUTABLE=${STAGING_DIR_NATIVE}/usr/bin/pars
 FILES_${PN} += " \
     ${datadir}/kf5/sonnet/* \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Sonnet/*.cmake \
-    ${prefix}/mkspecs/modules/qt_Sonnet*.pri \
-"
diff --git a/recipes-kf5/tier1/threadweaver.inc b/recipes-kf5/tier1/threadweaver.inc
index 7fb43be..08104ea 100644
--- a/recipes-kf5/tier1/threadweaver.inc
+++ b/recipes-kf5/tier1/threadweaver.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/threadweaver"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5ThreadWeaver/*.cmake \
-    ${prefix}/mkspecs/modules/qt_ThreadWeaver.pri \
-"
diff --git a/recipes-kf5/tier2/kactivities.inc b/recipes-kf5/tier2/kactivities.inc
index 56876fa..28d0e27 100644
--- a/recipes-kf5/tier2/kactivities.inc
+++ b/recipes-kf5/tier2/kactivities.inc
@@ -14,8 +14,3 @@ inherit cmake_kf5
 FILES_${PN} += " \
     ${libdir}/qml/org/kde/activities/* \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Activities/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KActivities.pri \
-"
diff --git a/recipes-kf5/tier2/kauth.inc b/recipes-kf5/tier2/kauth.inc
index f733faa..da97fc6 100644
--- a/recipes-kf5/tier2/kauth.inc
+++ b/recipes-kf5/tier2/kauth.inc
@@ -18,11 +18,6 @@ FILES_${PN} += " \
     ${datadir}/kf5/kauth/*.stub \
 "
 
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Auth/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KAuth.pri \
-"
-
 FILES_${PN}-dbg += " \
     ${libdir}/plugins/kauth/helper/.debug/kauth_helper_plugin.so \
 "
diff --git a/recipes-kf5/tier2/kcompletion.inc b/recipes-kf5/tier2/kcompletion.inc
index a20ef04..d0951d1 100644
--- a/recipes-kf5/tier2/kcompletion.inc
+++ b/recipes-kf5/tier2/kcompletion.inc
@@ -11,8 +11,3 @@ SRC_URI = "git://anongit.kde.org/kcompletion;nobranch=1"
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Completion/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KCompletion.pri \
-"
diff --git a/recipes-kf5/tier2/kcrash.inc b/recipes-kf5/tier2/kcrash.inc
index 1b8c610..8ab5bf1 100644
--- a/recipes-kf5/tier2/kcrash.inc
+++ b/recipes-kf5/tier2/kcrash.inc
@@ -14,8 +14,3 @@ SRC_URI = " \
 S = "${WORKDIR}/git"
 
 inherit cmake_kf5
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Crash/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KCrash.pri \
-"
diff --git a/recipes-kf5/tier2/kfilemetadata.inc b/recipes-kf5/tier2/kfilemetadata.inc
index 82179d8..baa76a5 100644
--- a/recipes-kf5/tier2/kfilemetadata.inc
+++ b/recipes-kf5/tier2/kfilemetadata.inc
@@ -16,8 +16,3 @@ inherit python3native
 FILES_${PN} += " \
   ${libdir}/plugins/kf5/kfilemetadata/*.so \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5FileMetaData/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KFileMetaData.pri \
-"
diff --git a/recipes-kf5/tier2/kjobwidgets.inc b/recipes-kf5/tier2/kjobwidgets.inc
index e30a095..ab7d7a5 100644
--- a/recipes-kf5/tier2/kjobwidgets.inc
+++ b/recipes-kf5/tier2/kjobwidgets.inc
@@ -15,8 +15,3 @@ inherit cmake_kf5
 FILES_${PN} += " \
     /usr/share/dbus-1/interfaces/*.xml \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5JobWidgets/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KJobWidgets.pri \
-"
diff --git a/recipes-kf5/tier2/knotifications.inc b/recipes-kf5/tier2/knotifications.inc
index 1be1561..4b8bf4e 100644
--- a/recipes-kf5/tier2/knotifications.inc
+++ b/recipes-kf5/tier2/knotifications.inc
@@ -18,6 +18,4 @@ FILES_${PN} += " \
 
 FILES_${PN}-dev += " \
     ${datadir}/dbus-1/interfaces/*.xml \
-    ${libdir}/cmake/KF5Notifications/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KNotifications.pri \
 "
diff --git a/recipes-kf5/tier2/kpackage.inc b/recipes-kf5/tier2/kpackage.inc
index e5768af..4353b32 100644
--- a/recipes-kf5/tier2/kpackage.inc
+++ b/recipes-kf5/tier2/kpackage.inc
@@ -17,8 +17,3 @@ inherit python3native
 FILES_${PN} += " \
     ${datadir}/kservicetypes5/* \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Package/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KPackage.pri \
-"
diff --git a/recipes-kf5/tier2/kpty.inc b/recipes-kf5/tier2/kpty.inc
index 5eb3f2c..2cccfb5 100644
--- a/recipes-kf5/tier2/kpty.inc
+++ b/recipes-kf5/tier2/kpty.inc
@@ -13,8 +13,3 @@ S = "${WORKDIR}/git"
 inherit cmake_kf5
 inherit gettext
 inherit python3native
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Pty/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KPty.pri \
-"
diff --git a/recipes-kf5/tier2/kunitconversion.inc b/recipes-kf5/tier2/kunitconversion.inc
index 1463ad4..cb915e2 100644
--- a/recipes-kf5/tier2/kunitconversion.inc
+++ b/recipes-kf5/tier2/kunitconversion.inc
@@ -13,8 +13,3 @@ S = "${WORKDIR}/git"
 inherit cmake_kf5
 inherit python3native
 inherit gettext
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5UnitConversion/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KUnitConversion.pri \
-"
diff --git a/recipes-kf5/tier3/kconfigwidgets.inc b/recipes-kf5/tier3/kconfigwidgets.inc
index 375dcb4..537c46d 100644
--- a/recipes-kf5/tier3/kconfigwidgets.inc
+++ b/recipes-kf5/tier3/kconfigwidgets.inc
@@ -12,8 +12,3 @@ S = "${WORKDIR}/git"
 inherit cmake_kf5
 inherit gettext
 inherit python3native
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5ConfigWidgets/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KConfigWidgets.pri \
-"
diff --git a/recipes-kf5/tier3/kglobalaccel.inc b/recipes-kf5/tier3/kglobalaccel.inc
index c4238fa..b9b25ed 100644
--- a/recipes-kf5/tier3/kglobalaccel.inc
+++ b/recipes-kf5/tier3/kglobalaccel.inc
@@ -22,12 +22,10 @@ S = "${WORKDIR}/git"
 inherit cmake_kf5
 
 FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5GlobalAccel/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KGlobalAccel.pri \
+    /usr/share/dbus-1/interfaces/kf5_org.*.xml \
 "
 
 FILES_${PN} += " \
-    /usr/share/dbus-1/interfaces/kf5_org.*.xml \
     /usr/share/dbus-1/services/org.kde.kglobalaccel.service \
     /usr/share/kservices5/kglobalaccel5.desktop \
 "
diff --git a/recipes-kf5/tier3/kiconthemes.inc b/recipes-kf5/tier3/kiconthemes.inc
index 6f35589..696c258 100644
--- a/recipes-kf5/tier3/kiconthemes.inc
+++ b/recipes-kf5/tier3/kiconthemes.inc
@@ -12,8 +12,3 @@ S = "${WORKDIR}/git"
 inherit cmake_kf5
 inherit gettext
 inherit python3native
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5IconThemes/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KIconThemes.pri \
-"
diff --git a/recipes-kf5/tier3/kservice.inc b/recipes-kf5/tier3/kservice.inc
index 307ca99..33c2d87 100644
--- a/recipes-kf5/tier3/kservice.inc
+++ b/recipes-kf5/tier3/kservice.inc
@@ -16,8 +16,3 @@ inherit python3native
 FILES_${PN} += " \
     ${datadir}/kservicetypes5/*.desktop \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5Service/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KService.pri \
-"
diff --git a/recipes-kf5/tier3/ktextwidgets.inc b/recipes-kf5/tier3/ktextwidgets.inc
index aebbe65..de0c2dd 100644
--- a/recipes-kf5/tier3/ktextwidgets.inc
+++ b/recipes-kf5/tier3/ktextwidgets.inc
@@ -16,8 +16,3 @@ inherit python3native
 FILES_${PN} += " \
   ${datadir}/kservicetypes5/*.desktop \
 "
-
-FILES_${PN}-dev += " \
-    ${libdir}/cmake/KF5TextWidgets/*.cmake \
-    ${prefix}/mkspecs/modules/qt_KTextWidgets.pri \
-"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic