Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native perl
@ 2012-09-09  9:13 Phil Blundell
  2012-09-12 16:46 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Blundell @ 2012-09-09  9:13 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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 df8f058..9f6a077 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 \
-- 
1.7.9






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-12 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-09  9:13 [PATCH] perl-native: PROVIDE libmodule-build-perl-native for consistency with non-native perl Phil Blundell
2012-09-12 16:46 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox