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 14:44:52 +0100 |
commit | 2c3e8c5ab098f84c77729377afc240bc71d81665 (patch) | |
tree | 3419463718bb39a65334030bd6f2c41c15b3bdf6 /meta | |
parent | a7c5cec5fc63b4a26d84673460426b35669068dc (diff) | |
download | openembedded-core-2c3e8c5ab098f84c77729377afc240bc71d81665.tar.gz openembedded-core-2c3e8c5ab098f84c77729377afc240bc71d81665.tar.bz2 openembedded-core-2c3e8c5ab098f84c77729377afc240bc71d81665.zip |
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.
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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" LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" +# 5.10.1 has Module::Build built-in +PROVIDES += "libmodule-build-perl-native" + SRC_URI = "http://www.cpan.org/src/5.0/perl-${PV}.tar.gz \ file://Configure-multilib.patch \ file://perl-configpm-switch.patch \ |