summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.2.bb b/meta/recipes-devtools/perl/perl_5.30.2.bb
index 778c420b2e..26138ea9e5 100644
--- a/meta/recipes-devtools/perl/perl_5.30.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.2.bb
@@ -328,7 +328,7 @@ python split_perl_packages () {
328 328
329python() { 329python() {
330 if d.getVar('CLASSOVERRIDE') == "class-target": 330 if d.getVar('CLASSOVERRIDE') == "class-target":
331 d.setVar("PACKAGES_DYNAMIC", "^perl-module-.*(?<!native)$") 331 d.setVar("PACKAGES_DYNAMIC", "^${MLPREFIX}perl-module-.*(?<!native)$")
332 elif d.getVar('CLASSOVERRIDE') == "class-native": 332 elif d.getVar('CLASSOVERRIDE') == "class-native":
333 d.setVar("PACKAGES_DYNAMIC", "^perl-module-.*-native$") 333 d.setVar("PACKAGES_DYNAMIC", "^perl-module-.*-native$")
334 elif d.getVar('CLASSOVERRIDE') == "class-nativesdk": 334 elif d.getVar('CLASSOVERRIDE') == "class-nativesdk":