[oe-commits] Richard Purdie : perl-native: Add errno_ver.diff patch to native perl

git at git.openembedded.org git at git.openembedded.org
Tue Jan 22 16:05:53 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b58be119a4a7d31cdff1803c9676b833ce513e90
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b58be119a4a7d31cdff1803c9676b833ce513e90

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jan 19 23:48:46 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 9f6a077..60fcc18 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 \
            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"





More information about the Openembedded-commits mailing list