From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 2543A4C811F6 for ; Wed, 8 Dec 2010 04:14:47 -0600 (CST) Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id oB8AEj10028391; Wed, 8 Dec 2010 02:14:45 -0800 (PST) Received: from ala-mail06.corp.ad.wrs.com ([147.11.57.147]) by ALA-MAIL03.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 8 Dec 2010 02:14:45 -0800 Received: from [128.224.162.176] ([128.224.162.176]) by ala-mail06.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 8 Dec 2010 02:14:45 -0800 From: Lu Jingdong To: poky Date: Wed, 08 Dec 2010 18:16:03 +0800 Message-ID: <1291803363.3076.11.camel@eric-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-OriginalArrivalTime: 08 Dec 2010 10:14:45.0898 (UTC) FILETIME=[BD001EA0:01CB96C0] Subject: [PATCH 3/8] libxml-parser-perl: Fix bug of empty package of libxml-parser-perl. X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 10:14:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 --- 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@windriver.com China, Wind River