[poky] [PATCH 1/1] perl: Fix Perl test failure of LSB. [bug 794]
Jingdong Lu
jingdong.lu at windriver.com
Mon Mar 7 17:13:01 PST 2011
From: Jingdong Lu <jingdong.lu at 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 at 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
More information about the poky
mailing list