diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-19 23:49:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-25 12:42:42 +0000 |
commit | 749e67d40a21ccedfc655a1eba2aac8736be6c31 (patch) | |
tree | f40b86471b3ae088428946dc84bd5afac035c67f /meta/recipes-devtools/perl/perl-native_5.14.2.bb | |
parent | ad17b18fce8fb794ba69ff60dc4980c3f36ccfc2 (diff) | |
download | poky-749e67d40a21ccedfc655a1eba2aac8736be6c31.tar.gz |
perl: Add dyanloader build hack
Patch perl to allow builds to work where a native perl running against target modules
attempts to load a dynamic binary module. We assume that a native version of the
module exists as it would for the target and perform an appropriate path
substitution.
(From OE-Core rev: b5ea12fec329fe419bc3672ed1e1d5733ff2a9d3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-native_5.14.2.bb')
-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 60fcc188da..9a066e2ecf 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.2.bb | |||
@@ -19,6 +19,7 @@ SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ | |||
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://debian/errno_ver.diff \ |
22 | file://dynaloaderhack.patch \ | ||
22 | file://perl-build-in-t-dir.patch" | 23 | file://perl-build-in-t-dir.patch" |
23 | 24 | ||
24 | SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9" | 25 | SRC_URI[md5sum] = "3306fbaf976dcebdcd49b2ac0be00eb9" |