* [PATCH 3/8] libxml-parser-perl: Fix bug of empty package of libxml-parser-perl.
@ 2010-12-08 10:16 Lu Jingdong
0 siblings, 0 replies; only message in thread
From: Lu Jingdong @ 2010-12-08 10:16 UTC (permalink / raw)
To: poky
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@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@windriver.com
China, Wind River
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-08 10:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 10:16 [PATCH 3/8] libxml-parser-perl: Fix bug of empty package of libxml-parser-perl Lu Jingdong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.