summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/cpan_build.bbclass16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass
index 2eb8162314..4f648a60cf 100644
--- a/meta/classes/cpan_build.bbclass
+++ b/meta/classes/cpan_build.bbclass
@@ -10,22 +10,6 @@ export PERLCONFIGTARGET = "${@is_target(d)}"
10export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}" 10export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl/${@get_perl_version(d)}"
11export LD = "${CCLD}" 11export LD = "${CCLD}"
12 12
13#
14# We also need to have built libmodule-build-perl-native for
15# everything except libmodule-build-perl-native itself (which uses
16# this class, but uses itself as the provider of
17# libmodule-build-perl)
18#
19def cpan_build_dep_prepend(d):
20 if d.getVar('CPAN_BUILD_DEPS', True):
21 return ''
22 pn = d.getVar('PN', True)
23 if pn in ['libmodule-build-perl', 'libmodule-build-perl-native']:
24 return ''
25 return 'libmodule-build-perl-native '
26
27DEPENDS_prepend = "${@cpan_build_dep_prepend(d)}"
28
29cpan_build_do_configure () { 13cpan_build_do_configure () {
30 if [ "${@is_target(d)}" = "yes" ]; then 14 if [ "${@is_target(d)}" = "yes" ]; then
31 # build for target 15 # build for target