[poky] [PATCH 3/8] libxml-parser-perl: Fix bug of empty package of libxml-parser-perl.

Lu Jingdong jingdong.lu at windriver.com
Wed Dec 8 02:16:03 PST 2010


Subject: [PATCH 3/8] 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 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

-- 
Lu Jingdong
jingdong.lu at windriver.com
China, Wind River




More information about the poky mailing list