mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
cpan.bbclass: remove bashisms
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4153 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -50,13 +50,13 @@ cpan_do_compile () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cpan_do_install () {
|
cpan_do_install () {
|
||||||
if [ ${@is_target(d)} == "yes" ]; then
|
if [ ${@is_target(d)} = "yes" ]; then
|
||||||
oe_runmake install_vendor
|
oe_runmake install_vendor
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
cpan_do_stage () {
|
cpan_do_stage () {
|
||||||
if [ ${@is_target(d)} == "no" ]; then
|
if [ ${@is_target(d)} = "no" ]; then
|
||||||
oe_runmake install_vendor
|
oe_runmake install_vendor
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user