]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: Add errno_ver.diff patch to native perl
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Jan 2013 23:48:46 +0000 (23:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:35:47 +0000 (12:35 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl-native_5.14.2.bb

index 9f6a077a3601b36326740d8d66eb3a01c92df3ba..60fcc188dad4bfe5184672702a9be442ff124b1d 100644 (file)
@@ -18,6 +18,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \
            file://native-nopacklist.patch \
            file://native-perlinc.patch \
            file://MM_Unix.pm.patch \
+           file://debian/errno_ver.diff \
            file://perl-build-in-t-dir.patch"
 
 SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9"