From c5855d97051ba45069d7ceecd9825f470b17631d Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Fri, 29 Dec 2017 21:48:51 +0100 Subject: [PATCH] Add RDEPENDS on perl, needed for kconf_update scripts Found by the file-rdeps package QA check. --- recipes-plasma/kscreenlocker.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-plasma/kscreenlocker.inc b/recipes-plasma/kscreenlocker.inc index 800f974..81a09d9 100644 --- a/recipes-plasma/kscreenlocker.inc +++ b/recipes-plasma/kscreenlocker.inc @@ -51,3 +51,5 @@ FILES_${PN}-dev += " \ ${libdir}/cmake/KScreenLocker/*.cmake \ ${libdir}/cmake/ScreenSaverDBusInterface/*.cmake \ " + +RDEPENDS_${PN} += "perl"