1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

cpan.bbclass: Add perl to DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1625 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-09 13:50:59 +00:00
parent 4c3f31e0f9
commit 2ee4cf3f5e
+1 -1
View File
@@ -4,7 +4,7 @@
FILES_${PN} += '${libdir}/perl5'
EXTRA_CPANFLAGS = ""
DEPENDS += "perl-native"
DEPENDS += "perl-native perl"
RDEPENDS += "perl"
cpan_do_configure () {