projects
/
scm
/
bb
/
tizen-distro.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde79a6
)
libxml-parser-perl: Fix bug of empty package of libxml-parser-perl.
author
Jingdong Lu
<jingdong.lu@windriver.com>
Wed, 24 Nov 2010 04:36:49 +0000
(12:36 +0800)
committer
Richard Purdie
<rpurdie@linux.intel.com>
Fri, 10 Dec 2010 23:13:00 +0000
(23:13 +0000)
Becaues of the error library path definition in cpan-base.class, libxml-parser-perl package is empty.
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
meta/classes/cpan-base.bbclass
patch
|
blob
|
history
diff --git
a/meta/classes/cpan-base.bbclass
b/meta/classes/cpan-base.bbclass
index
3175248
..
1d13ff3
100644
(file)
--- a/
meta/classes/cpan-base.bbclass
+++ b/
meta/classes/cpan-base.bbclass
@@
-27,7
+27,7
@@
def get_perl_version(d):
# Determine where the library directories are
def perl_get_libdirs(d):
libdir = bb.data.getVar('libdir', d, 1)
- libdirs = libdir + '/
*/*/
perl5'
+ libdirs = libdir + '/perl5'
return libdirs
def is_target(d):