]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native...
authorPhil Blundell <philb@gnu.org>
Sun, 9 Sep 2012 09:13:08 +0000 (10:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 13:44:52 +0000 (14:44 +0100)
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>
meta/recipes-devtools/perl/perl-native_5.14.2.bb

index df8f0584ad672b6642c42b8f47dfba3b03d6e7c6..9f6a077a3601b36326740d8d66eb3a01c92df3ba 100644 (file)
@@ -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 \