[oe-commits] org.oe.dev perl: Add the libmodule-build perl module. This is required for anything

lenehan commit openembedded-commits at lists.openembedded.org
Tue Sep 26 23:22:43 UTC 2006


perl: Add the libmodule-build perl module. This is required for anything
using the new Build.PL build system, *expect* for libmodule-build itself
which can bootstrap itself.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 1efdf395bc3a23146afeeafeda620f6003b8d064
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1efdf395bc3a23146afeeafeda620f6003b8d064
Files:
1
packages/perl/libmodule-build-perl-native_0.2805.bb
packages/perl/libmodule-build-perl_0.2805.bb
Diffs:

#
# mt diff -r0612bd806844bb80e7c8c3e83d711f6a1ed94050 -r1efdf395bc3a23146afeeafeda620f6003b8d064
#
# 
# 
# add_file "packages/perl/libmodule-build-perl-native_0.2805.bb"
#  content [3fd58bbc1aef538b91b152f4b2b45bdbcb0cc93b]
# 
# add_file "packages/perl/libmodule-build-perl_0.2805.bb"
#  content [5ed8a15f684b04b3e3149ad39b15f386bbd92589]
# 
============================================================
--- packages/perl/libmodule-build-perl-native_0.2805.bb	3fd58bbc1aef538b91b152f4b2b45bdbcb0cc93b
+++ packages/perl/libmodule-build-perl-native_0.2805.bb	3fd58bbc1aef538b91b152f4b2b45bdbcb0cc93b
@@ -0,0 +1,4 @@
+SECTION = "libs"
+require libmodule-build-perl_${PV}.bb
+inherit native
+EXTRA_CPANFLAGS += " EXPATINCPATH='${STAGING_INCDIR}' EXPATLIBPATH='${STAGING_LIBDIR}'"
============================================================
--- packages/perl/libmodule-build-perl_0.2805.bb	5ed8a15f684b04b3e3149ad39b15f386bbd92589
+++ packages/perl/libmodule-build-perl_0.2805.bb	5ed8a15f684b04b3e3149ad39b15f386bbd92589
@@ -0,0 +1,16 @@
+DESCRIPTION = "Module::Build - Build and install Perl modules"
+SECTION = "libs"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2805.tar.gz"
+LICENSE = "Artistic"
+MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
+DEPENDS = "libyaml-perl-native libversion-perl-native \
+           libextutils-cbuilder-perl-native \
+           libextutils-parsexs-perl-native \
+           libarchive-tar-perl-native"
+RDEPENDS = "libyaml-perl libversion-perl libextutils-cbuilder-perl \
+            libextutils-parsexs-perl libarchive-tar-perl"
+PR = "r2"
+
+S = "${WORKDIR}/Module-Build-${PV}"
+
+inherit cpan_build






More information about the Openembedded-commits mailing list