summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.24.1.bb2
-rw-r--r--meta/recipes-devtools/perl/perl_5.24.1.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.24.1.bb b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
index a9ab17d16c..71f45890b0 100644
--- a/meta/recipes-devtools/perl/perl-native_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl-native_5.24.1.bb
@@ -135,3 +135,5 @@ EOF
135 135
136# Fix the path in sstate 136# Fix the path in sstate
137SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" 137SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh"
138PACKAGES_DYNAMIC_class-native += "^perl-module-.*native$"
139
diff --git a/meta/recipes-devtools/perl/perl_5.24.1.bb b/meta/recipes-devtools/perl/perl_5.24.1.bb
index 2574886784..1329a72240 100644
--- a/meta/recipes-devtools/perl/perl_5.24.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.24.1.bb
@@ -340,7 +340,7 @@ python split_perl_packages () {
340 d.setVar(d.expand("RRECOMMENDS_${PN}-modules"), ' '.join(packages)) 340 d.setVar(d.expand("RRECOMMENDS_${PN}-modules"), ' '.join(packages))
341} 341}
342 342
343PACKAGES_DYNAMIC += "^perl-module-.*" 343PACKAGES_DYNAMIC += "^perl-module-.*(?<!\-native)$"
344PACKAGES_DYNAMIC_class-nativesdk += "^nativesdk-perl-module-.*" 344PACKAGES_DYNAMIC_class-nativesdk += "^nativesdk-perl-module-.*"
345 345
346RPROVIDES_perl-lib = "perl-lib" 346RPROVIDES_perl-lib = "perl-lib"