summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/perl-version.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/perl-version.bbclass')
-rw-r--r--meta/classes-recipe/perl-version.bbclass6
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
29PERLVERSION := "${@get_perl_version(d)}"
30PERLVERSION[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
52PERLARCH := "${@get_perl_arch(d)}"
53PERLARCH[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).