diff options
Diffstat (limited to 'meta/classes-recipe/perl-version.bbclass')
-rw-r--r-- | meta/classes-recipe/perl-version.bbclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes-recipe/perl-version.bbclass b/meta/classes-recipe/perl-version.bbclass index 269ac9eb31..74e33175d9 100644 --- a/meta/classes-recipe/perl-version.bbclass +++ b/meta/classes-recipe/perl-version.bbclass | |||
@@ -26,9 +26,6 @@ def get_perl_version(d): | |||
26 | return m.group(1) | 26 | return m.group(1) |
27 | return None | 27 | return None |
28 | 28 | ||
29 | PERLVERSION := "${@get_perl_version(d)}" | ||
30 | PERLVERSION[vardepvalue] = "" | ||
31 | |||
32 | 29 | ||
33 | # Determine the staged arch of perl from the perl configuration file | 30 | # Determine the staged arch of perl from the perl configuration file |
34 | # Assign vardepvalue, because otherwise signature is changed before and after | 31 | # Assign vardepvalue, because otherwise signature is changed before and after |
@@ -49,9 +46,6 @@ def get_perl_arch(d): | |||
49 | return m.group(1) | 46 | return m.group(1) |
50 | return None | 47 | return None |
51 | 48 | ||
52 | PERLARCH := "${@get_perl_arch(d)}" | ||
53 | PERLARCH[vardepvalue] = "" | ||
54 | |||
55 | # Determine the staged arch of perl-native from the perl configuration file | 49 | # Determine the staged arch of perl-native from the perl configuration file |
56 | # Assign vardepvalue, because otherwise signature is changed before and after | 50 | # Assign vardepvalue, because otherwise signature is changed before and after |
57 | # perl is built (from None to real version in config.sh). | 51 | # perl is built (from None to real version in config.sh). |