* [PATCH 1/3] Fix bug of empty package of libxml-parser-perl.
@ 2010-11-24 4:43 Lu Jingdong
0 siblings, 0 replies; only message in thread
From: Lu Jingdong @ 2010-11-24 4:43 UTC (permalink / raw)
To: poky
Becaues of the error library path definition in cpan-base.bbclass,
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
Pull URL:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro
--
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-11-24 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 4:43 [PATCH 1/3] 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.