aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cpan.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/cpan.bbclass')
-rw-r--r--classes/cpan.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass
index 506d4c4c81..ca5303d97f 100644
--- a/classes/cpan.bbclass
+++ b/classes/cpan.bbclass
@@ -50,13 +50,13 @@ cpan_do_compile () {
}
cpan_do_install () {
- if [ ${@is_target(d)} == "yes" ]; then
+ if [ ${@is_target(d)} = "yes" ]; then
oe_runmake install_vendor
fi
}
cpan_do_stage () {
- if [ ${@is_target(d)} == "no" ]; then
+ if [ ${@is_target(d)} = "no" ]; then
oe_runmake install_vendor
fi
}