diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-19 23:48:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:42 +0000 |
commit | ad17b18fce8fb794ba69ff60dc4980c3f36ccfc2 (patch) | |
tree | e41ebc71d07e5cfa297fb94ebba560ed4abebbe7 /meta/recipes-devtools | |
parent | 240c55275ecaac7feeabc4f0ba99bf0b7390133b (diff) | |
download | poky-ad17b18fce8fb794ba69ff60dc4980c3f36ccfc2.tar.gz |
perl-native: Add errno_ver.diff patch to native perl
Apply the errno_ver.diff patch to the native perl version. This ensures that when
we're building target modules, running the native perl binary but in a target
configuration we don't see error messages.
libencode-detect-perl is a module which tests this.
(From OE-Core rev: 52354c863a1a2e467ea1b55168bf4273f31bbba4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.14.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.2.bb b/meta/recipes-devtools/perl/perl-native_5.14.2.bb index 9f6a077a36..60fcc188da 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.2.bb | |||
@@ -18,6 +18,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ | |||
18 | file://native-nopacklist.patch \ | 18 | file://native-nopacklist.patch \ |
19 | file://native-perlinc.patch \ | 19 | file://native-perlinc.patch \ |
20 | file://MM_Unix.pm.patch \ | 20 | file://MM_Unix.pm.patch \ |
21 | file://debian/errno_ver.diff \ | ||
21 | file://perl-build-in-t-dir.patch" | 22 | file://perl-build-in-t-dir.patch" |
22 | 23 | ||
23 | SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9" | 24 | SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9" |