mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 11:22:30 +00:00
mime-construct,libextutils-parsexs-perl: add runtime dependency on perl
Use += so it can use the RDEPS from cpan-base class Fixes: ERROR: QA Issue: /usr/bin/mime-construct contained in package mime-construct requires /usr/bin/perl, but no providers found in RDEPENDS_mime-construct? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b42bc4fea6
commit
ef6c9011e9
@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "4cd7bb61b51d41192d1498c1051aa6a4ccd75aeb09b71d2ec706a7084a
|
||||
|
||||
inherit cpan
|
||||
|
||||
RDEPENDS_${PN} = "libmime-types-perl libproc-waitstat-perl msmtp \
|
||||
RDEPENDS_${PN} += "libmime-types-perl libproc-waitstat-perl msmtp \
|
||||
perl-module-filehandle perl-module-mime-base64 perl-module-mime-quotedprint perl-module-posix \
|
||||
"
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
RDEPENDS_${PN} = " perl-module-carp \
|
||||
RDEPENDS_${PN} += " perl-module-carp \
|
||||
perl-module-cwd \
|
||||
perl-module-dynaloader \
|
||||
perl-module-extutils-cbuilder \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user