* [meta-oe][PATCH 1/2] lcov: Fix Perl Path
@ 2023-04-24 20:06 alexyao1
2023-04-25 18:27 ` alexyao1
0 siblings, 1 reply; 2+ messages in thread
From: alexyao1 @ 2023-04-24 20:06 UTC (permalink / raw)
To: openembedded-core; +Cc: Alex Yao
From: Alex Yao <alexyao1@meraki.com>
Fixes an issue where lcov is using the system Perl rather than the yocto
provided Perl. This causes packages to not be found during runtime such
as PerlIO::gzip.
Signed-off-by: Alex Yao <alexyao1@meraki.com>
---
meta-oe/recipes-support/lcov/lcov_1.14.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/lcov/lcov_1.14.bb b/meta-oe/recipes-support/lcov/lcov_1.14.bb
index 47062cca5..f18c7b18e 100755
--- a/meta-oe/recipes-support/lcov/lcov_1.14.bb
+++ b/meta-oe/recipes-support/lcov/lcov_1.14.bb
@@ -59,7 +59,7 @@ SRC_URI[md5sum] = "0220d01753469f83921f8f41ae5054c1"
SRC_URI[sha256sum] = "14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a"
do_install() {
- oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir}
+ oe_runmake install PREFIX=${D}${prefix} CFG_DIR=${D}${sysconfdir} LCOV_PERL_PATH="/usr/bin/env perl"
}
BBCLASSEXTEND = "native nativesdk"
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH 1/2] lcov: Fix Perl Path
2023-04-24 20:06 [meta-oe][PATCH 1/2] lcov: Fix Perl Path alexyao1
@ 2023-04-25 18:27 ` alexyao1
0 siblings, 0 replies; 2+ messages in thread
From: alexyao1 @ 2023-04-25 18:27 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
Disregard. Resubmitted to openembedded-devel.
[-- Attachment #2: Type: text/html, Size: 52 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-26 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24 20:06 [meta-oe][PATCH 1/2] lcov: Fix Perl Path alexyao1
2023-04-25 18:27 ` alexyao1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox