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 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FILES_${PN} += '${libdir}/perl5'
EXTRA_CPANFLAGS = ""
DEPENDS += "perl-native"
DEPENDS += "perl-native perl"
RDEPENDS += "perl"
cpan_do_configure () {