mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -4,7 +4,7 @@
|
|||||||
FILES_${PN} += '${libdir}/perl5'
|
FILES_${PN} += '${libdir}/perl5'
|
||||||
EXTRA_CPANFLAGS = ""
|
EXTRA_CPANFLAGS = ""
|
||||||
|
|
||||||
DEPENDS += "perl-native"
|
DEPENDS += "perl-native perl"
|
||||||
RDEPENDS += "perl"
|
RDEPENDS += "perl"
|
||||||
|
|
||||||
cpan_do_configure () {
|
cpan_do_configure () {
|
||||||
|
|||||||
Reference in New Issue
Block a user