From: Andre McCurdy Date: Wed, 22 Aug 2018 01:24:27 +0000 (-0700) Subject: perl: avoid using += with an over-ride X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2588c2aae11b7b480022dc11575295fdc792bf3f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: avoid using += with an over-ride Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl-native_5.24.4.bb b/meta/recipes-devtools/perl/perl-native_5.24.4.bb index 90a1615551b..affc9d5d78a 100644 --- a/meta/recipes-devtools/perl/perl-native_5.24.4.bb +++ b/meta/recipes-devtools/perl/perl-native_5.24.4.bb @@ -135,5 +135,5 @@ EOF # Fix the path in sstate SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" -PACKAGES_DYNAMIC_class-native += "^perl-module-.*native$" +PACKAGES_DYNAMIC_class-native = "^perl-module-.*native$" diff --git a/meta/recipes-devtools/perl/perl_5.24.4.bb b/meta/recipes-devtools/perl/perl_5.24.4.bb index 4709d3e7854..87a85a39d45 100644 --- a/meta/recipes-devtools/perl/perl_5.24.4.bb +++ b/meta/recipes-devtools/perl/perl_5.24.4.bb @@ -339,7 +339,7 @@ python split_perl_packages () { } PACKAGES_DYNAMIC += "^perl-module-.*(?