edac-utils: add runtime dependency on perl

* fixes:
  ERROR: QA Issue: /usr/sbin/edac-ctl contained in package edac-utils requires /usr/bin/perl, but no providers found in RDEPENDS_edac-utils? [file-rdeps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa 2019-08-16 10:39:56 +00:00 committed by Khem Raj
parent 19dd354c28
commit 1f6cbc0e8b

View File

@ -31,7 +31,11 @@ RDEPENDS_${PN}_aarch64 = "dmidecode"
RDEPENDS_${PN}_powerpc = "dmidecode"
RDEPENDS_${PN}_powerpc64 = "dmidecode"
RDEPENDS_${PN}_append = " \
perl-module-file-basename perl-module-file-find perl-module-getopt-long perl-module-posix \
perl \
perl-module-file-basename \
perl-module-file-find \
perl-module-getopt-long \
perl-module-posix \
perl-module-overload \
perl-module-overloading \
perl-module-file-glob \