From fe9cb927ce8f2bde99b0bc272397a3969be6d095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 24 Aug 2019 12:58:19 +0200 Subject: [PATCH] plasma-integration: add perl to rdeps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | ERROR: plasma-integration-5.16.4-r0 do_package_qa: QA Issue: /usr/share/kconf_update/fonts_kate.pl contained in package plasma-integration requires /usr/bin/perl, but no providers found in RDEPENDS_plasma-integration? [file-rdeps] Signed-off-by: Andreas Müller --- .../plasma/untier/plasma-integration/plasma-integration.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb b/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb index 34c1f8da..96b7ed04 100644 --- a/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb +++ b/recipes-kde/plasma/untier/plasma-integration/plasma-integration.bb @@ -33,3 +33,5 @@ FILES_${PN} += " \ ${datadir}/kconf_update \ ${OE_QMAKE_PATH_PLUGINS} \ " + +RDEPENDS_${PN} += "perl"