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:
5d5e4d6
)
cpan-base bbclass: update to match change to perl-native staging
author
Koen Kooi
<koen@openembedded.org>
Tue, 10 Nov 2009 20:34:41 +0000
(21:34 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 10 Nov 2009 20:34:41 +0000
(21:34 +0100)
classes/cpan-base.bbclass
patch
|
blob
|
history
diff --git
a/classes/cpan-base.bbclass
b/classes/cpan-base.bbclass
index
19d431c
..
394539d
100644
(file)
--- a/
classes/cpan-base.bbclass
+++ b/
classes/cpan-base.bbclass
@@
-10,7
+10,7
@@
RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
# Determine the staged version of perl from the perl configuration file
def get_perl_version(d):
import os, bb, re
- cfg = bb.data.expand('${STAGING_DIR
_HOST
}/perl/config.sh', d)
+ cfg = bb.data.expand('${STAGING_DIR
)/${HOST_SYS
}/perl/config.sh', d)
try:
f = open(cfg, 'r')
except IOError: