diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-20 14:49:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:36 +0100 |
commit | 345de20815a0bdc8c8acdfeb7d8796e27f825ddc (patch) | |
tree | 423b2302e0a02a433b97b3696bb678e8720154aa /meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff | |
parent | 4ffd8a2d7224803eba152c9dbc0f7e0f837931bc (diff) | |
download | ast2050-yocto-poky-345de20815a0bdc8c8acdfeb7d8796e27f825ddc.zip ast2050-yocto-poky-345de20815a0bdc8c8acdfeb7d8796e27f825ddc.tar.gz |
perl-5.12.2: use of PERLHOSTLIB var fix
PERLHOSTLIB var is used to build target perl. It let perl use the native
perl .so module files at the time of compilation of target perl.
These changes to perl make the PERLHOSTLIB variable also useful for
building perl modules to use native .so perl module.
(From OE-Core rev: f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff b/meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff index 320a90d..bc7fd9e 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff +++ b/meta/recipes-devtools/perl/perl-5.12.2/debian/module_build_man_extensions.diff @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [debian patch] + Subject: Adjust Module::Build manual page extensions for the Debian Perl policy Bug-Debian: http://bugs.debian.org/479460 |