diff options
author | Phil Blundell <philb@gnu.org> | 2012-09-09 10:13:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:36 +0100 |
commit | 6ccd988f249502458b925e7e8ee7b7435a934417 (patch) | |
tree | c24895eb8b0f8529b39895408ed2af4b34da252f /meta/recipes-devtools/perl/perl-native_5.14.2.bb | |
parent | 7cd145472d1453cc27a600e3ffc3c8855b9bc17d (diff) | |
download | poky-6ccd988f249502458b925e7e8ee7b7435a934417.tar.gz |
perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native perl
This module is, apparently, included in the standard perl distribution
since 5.10.1 or so. The regular perl recipe has had this PROVIDES for a
while but it seems to have been overlooked in the native version.
(From OE-Core rev: 2c3e8c5ab098f84c77729377afc240bc71d81665)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 | 3 |
1 files changed, 3 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 df8f0584ad..9f6a077a36 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.2.bb | |||
@@ -9,6 +9,9 @@ PR = "r1" | |||
9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
11 | 11 | ||
12 | # 5.10.1 has Module::Build built-in | ||
13 | PROVIDES += "libmodule-build-perl-native" | ||
14 | |||
12 | SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ | 15 | SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ |
13 | file://Configure-multilib.patch \ | 16 | file://Configure-multilib.patch \ |
14 | file://perl-configpm-switch.patch \ | 17 | file://perl-configpm-switch.patch \ |