diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2023-01-05 22:05:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-12 23:08:58 +0000 |
| commit | d5668a7fd4d33d0d1670baeef58385c3acf4becd (patch) | |
| tree | ec974ed8be4c688bf5dd86e86ef13313b99afb46 /meta/recipes-devtools/perl | |
| parent | 8b77cb3a8272ed6ceefa8c0970298d57b2915adc (diff) | |
| download | poky-d5668a7fd4d33d0d1670baeef58385c3acf4becd.tar.gz | |
recipes, classes: Avoid adding extra whitespace to PACKAGESPLITFUNCS
This is a follow-up to commit 846ff49465 to remove the extra whitespace
that is no longer needed after converting :append and :prepend to += and
=+.
(From OE-Core rev: 5a38be49e451c9f9d973b10a33c3972507f7b18a)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 3458e6a5b0..4d8a919d1e 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 =+ "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}') |
