git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533174e
)
cpan.bbclass: removed bashisms (from Poky)
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 1 Apr 2008 09:40:07 +0000
(09:40 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 1 Apr 2008 09:40:07 +0000
(09:40 +0000)
classes/cpan.bbclass
patch
|
blob
|
history
diff --git
a/classes/cpan.bbclass
b/classes/cpan.bbclass
index
506d4c4
..
ca5303d
100644
(file)
--- 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
}