diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-04 15:24:13 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-05 11:52:50 +0000 |
| commit | d32dc08a77123517877f355b174606a357f746d5 (patch) | |
| tree | f412037ed77b3f2828dfd8a186f9b39d66b4c104 /meta/recipes-devtools/perl | |
| parent | 47ddb0f26db774495624c9687e11a88d25259cf9 (diff) | |
| download | poky-d32dc08a77123517877f355b174606a357f746d5.tar.gz | |
recipes/classes: Drop prepend/append usage with PACKAGESPLITFUNCS
As far as I can tell, none of these uses of PACKAGESPLITFUNCS need append/prepend
operators, the standard += and =+ can work just fine. Since OE-Core is copied a lot,
use the preferred syntax which is also simpler to parse and change.
(From OE-Core rev: 846ff49465337dddd75a83161f41f48117f6571c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.36.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.36.0.bb b/meta/recipes-devtools/perl/perl_5.36.0.bb index 2dc558aaa5..3458e6a5b0 100644 --- a/meta/recipes-devtools/perl/perl_5.36.0.bb +++ b/meta/recipes-devtools/perl/perl_5.36.0.bb | |||
| @@ -302,7 +302,7 @@ ALTERNATIVE_LINK_NAME[Thread.3] = "${mandir}/man3/Thread.3" | |||
| 302 | ALLOW_EMPTY:${PN}-modules = "1" | 302 | ALLOW_EMPTY:${PN}-modules = "1" |
| 303 | PACKAGES += "${PN}-modules " | 303 | PACKAGES += "${PN}-modules " |
| 304 | 304 | ||
| 305 | PACKAGESPLITFUNCS:prepend = "split_perl_packages " | 305 | PACKAGESPLITFUNCS =+ "split_perl_packages " |
| 306 | 306 | ||
| 307 | python split_perl_packages () { | 307 | python split_perl_packages () { |
| 308 | libdir = d.expand('${libdir}/perl5/${PV}') | 308 | libdir = d.expand('${libdir}/perl5/${PV}') |
