* [PATCH 0/1]Fix a perl test issue of LSB.
@ 2011-03-08 1:12 Jingdong Lu
2011-03-08 1:13 ` [PATCH 1/1] perl: Fix Perl test failure of LSB. [bug 794] Jingdong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Jingdong Lu @ 2011-03-08 1:12 UTC (permalink / raw)
To: poky, nitin.a.kamble
From: Jingdong Lu <jingdong.lu@windriver.com>
Fix Perl test failure of LSB. [bug 794]
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: jingdonglu/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro
Thanks,
Jingdong Lu <jingdong.lu@windriver.com>
---
Jingdong Lu (1):
perl: Fix Perl test failure of LSB. [bug 794]
meta/recipes-devtools/perl/perl_5.12.2.bb | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] perl: Fix Perl test failure of LSB. [bug 794]
2011-03-08 1:12 [PATCH 0/1]Fix a perl test issue of LSB Jingdong Lu
@ 2011-03-08 1:13 ` Jingdong Lu
0 siblings, 0 replies; 2+ messages in thread
From: Jingdong Lu @ 2011-03-08 1:13 UTC (permalink / raw)
To: poky, nitin.a.kamble
From: Jingdong Lu <jingdong.lu@windriver.com>
When running perl test of LSB check, $Config(ccflags_nolargefiles) will find the argument and the value of
"ccflags_nolargefiles" in Config_heavy.pl. So we retain the "ccflags_uselargefiles".
[BUGID: 794]
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
meta/recipes-devtools/perl/perl_5.12.2.bb | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl_5.12.2.bb b/meta/recipes-devtools/perl/perl_5.12.2.bb
index 18fad18..7621674 100644
--- a/meta/recipes-devtools/perl/perl_5.12.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.12.2.bb
@@ -8,7 +8,7 @@ PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native-${PV} grep-native"
DEPENDS += "gdbm zlib"
-PR = "r2"
+PR = "r3"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"
@@ -93,7 +93,6 @@ do_nolargefile() {
sed -i -e "s,\(uselargefiles=\)'define',\1'undef',g" \
-e "s,\(d_readdir64_r=\)'define',\1'undef',g" \
-e "s,\(readdir64_r_proto=\)'\w+',\1'0',g" \
- -e "/ccflags_uselargefiles/d" \
-e "s/-Duselargefiles//" \
-e "s/-D_FILE_OFFSET_BITS=64//" \
-e "s/-D_LARGEFILE_SOURCE//" \
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 1:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 1:12 [PATCH 0/1]Fix a perl test issue of LSB Jingdong Lu
2011-03-08 1:13 ` [PATCH 1/1] perl: Fix Perl test failure of LSB. [bug 794] Jingdong Lu
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.