mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
libxml-parser-perl: Fix bug of empty package of libxml-parser-perl.
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>
This commit is contained in:
committed by
Richard Purdie
parent
6e4bfac48a
commit
0d5e71e741
@@ -27,7 +27,7 @@ def get_perl_version(d):
|
|||||||
# Determine where the library directories are
|
# Determine where the library directories are
|
||||||
def perl_get_libdirs(d):
|
def perl_get_libdirs(d):
|
||||||
libdir = bb.data.getVar('libdir', d, 1)
|
libdir = bb.data.getVar('libdir', d, 1)
|
||||||
libdirs = libdir + '/*/*/perl5'
|
libdirs = libdir + '/perl5'
|
||||||
return libdirs
|
return libdirs
|
||||||
|
|
||||||
def is_target(d):
|
def is_target(d):
|
||||||
|
|||||||
Reference in New Issue
Block a user