diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:56:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:45:51 +0100 |
commit | fbdbdb161e63c92e7ea0c60353c9dcc6d9a61e87 (patch) | |
tree | b5d7eac38bb4400ad0bc93eb0dd97889e477c6e8 /meta/recipes-devtools/perl/perl_5.12.3.bb | |
parent | 5f37ef46813c20c7caaaf4a29a018f60fffb9ac8 (diff) | |
download | poky-fbdbdb161e63c92e7ea0c60353c9dcc6d9a61e87.tar.gz |
perl_5.12.2.bb: Undefine features not found in uclibc
[sgw: cleaned whitespace issue, removed unneeded ;patch=1]
(From OE-Core rev: b868f6784f57db569bf300722324b3c8869de7bc)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.12.3.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.12.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.12.3.bb b/meta/recipes-devtools/perl/perl_5.12.3.bb index 07b8eacb3f..847ee59c30 100644 --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb | |||
@@ -58,13 +58,13 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ | |||
58 | file://parallel_build_fix_4.patch \ | 58 | file://parallel_build_fix_4.patch \ |
59 | file://parallel_build_fix_5.patch \ | 59 | file://parallel_build_fix_5.patch \ |
60 | file://parallel_build_fix_6.patch \ | 60 | file://parallel_build_fix_6.patch \ |
61 | file://Makefile.SH.patch;patch=1 \ | 61 | file://Makefile.SH.patch \ |
62 | file://installperl.patch;patch=1 \ | 62 | file://installperl.patch \ |
63 | file://perl-dynloader.patch;patch=1 \ | 63 | file://perl-dynloader.patch \ |
64 | file://perl-moreconfig.patch;patch=1 \ | 64 | file://perl-moreconfig.patch \ |
65 | file://letgcc-find-errno.patch;patch=1 \ | 65 | file://letgcc-find-errno.patch \ |
66 | file://generate-sh.patch;patch=1 \ | 66 | file://generate-sh.patch \ |
67 | file://09_fix_installperl.patch;patch=1 \ | 67 | file://09_fix_installperl.patch \ |
68 | file://native-perlinc.patch \ | 68 | file://native-perlinc.patch \ |
69 | file://perl-enable-gdbm.patch \ | 69 | file://perl-enable-gdbm.patch \ |
70 | file://cross-generate_uudmap.patch \ | 70 | file://cross-generate_uudmap.patch \ |