From a31f1f99cc005b9e3704de6cddcad453c3c09338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 4 Sep 2022 19:07:07 +0200 Subject: [PATCH] kservice: remove kdoctools from DEPENDS - kdoctools-native is good enough MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/kservice/kservice.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier3/kservice/kservice.bb b/recipes-kde/kf5/tier3/kservice/kservice.bb index 1656ad7b..973285f9 100644 --- a/recipes-kde/kf5/tier3/kservice/kservice.bb +++ b/recipes-kde/kf5/tier3/kservice/kservice.bb @@ -15,7 +15,7 @@ inherit kde-kf5 gettext DEPENDS += " \ bison-native \ kconfig-native kconfig \ - kdoctools-native kdoctools \ + kdoctools-native \ kcoreaddons-native \ kconfig \ kcrash \