[poky] [PATCH 1/3] Fix bug of empty package of libxml-parser-perl.
Lu Jingdong
jingdong.lu at windriver.com
Tue Nov 23 20:43:54 PST 2010
Becaues of the error library path definition in cpan-base.bbclass,
libxml-parser-perl package is empty.
Signed-off-by: Jingdong Lu <jingdong.lu at windriver.com>
---
meta/classes/cpan-base.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/cpan-base.bbclass
b/meta/classes/cpan-base.bbclass
index 3175248..1d13ff3 100644
--- 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):
--
1.7.0.4
Pull URL:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro
--
Lu Jingdong
jingdong.lu at windriver.com
China, Wind River
More information about the poky
mailing list