All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] perl: add integer module required for kernel >= 5.14
@ 2021-08-30 20:05 Andrey Zhizhikin
  2021-08-30 20:30 ` Richard Purdie
  0 siblings, 1 reply; 12+ messages in thread
From: Andrey Zhizhikin @ 2021-08-30 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrey Zhizhikin, Bruce Ashfield, Alexander Kanavin

Kernel commit 12dd461ebd19 ("crypto: arm64 - generate *.S by Perl at
build time instead of shipping them") uses perl to generate assembler
files for crypto functionality, which relies on the integer.pm module to
be provided.

Add this module to FILES and export it for build system.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/perl/perl_5.34.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb
index ab19a8d0be0..7a07b3f4911 100644
--- a/meta/recipes-devtools/perl/perl_5.34.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.0.bb
@@ -248,6 +248,7 @@ FILES:${PN} = "${bindir}/perl ${bindir}/perl.real ${bindir}/perl${PV} ${libdir}/
                ${libdir}/perl5/${PV}/strict.pm \
                ${libdir}/perl5/${PV}/warnings.pm \
                ${libdir}/perl5/${PV}/warnings \
+               ${libdir}/perl5/${PV}/integer.pm \
                ${libdir}/perl5/${PV}/vars.pm \
                ${libdir}/perl5/site_perl \
                ${libdir}/perl5/${PV}/ExtUtils/MANIFEST.SKIP \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-08-31 13:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 20:05 [OE-core][PATCH] perl: add integer module required for kernel >= 5.14 Andrey Zhizhikin
2021-08-30 20:30 ` Richard Purdie
2021-08-30 20:55   ` Andrey Zhizhikin
2021-08-30 21:12     ` Bruce Ashfield
2021-08-31  9:53       ` Andrey Zhizhikin
2021-08-31 10:03         ` Richard Purdie
2021-08-31 11:54           ` Andrey Zhizhikin
2021-08-31 12:19             ` Richard Purdie
2021-08-31 12:29               ` Andrey Zhizhikin
     [not found]               ` <16A063FA1B833076.30479@lists.openembedded.org>
2021-08-31 13:26                 ` Andrey Zhizhikin
2021-08-31 13:41                   ` Richard Purdie
2021-08-31 13:51                     ` Andrey Zhizhikin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.