Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/9] perl: fix do_install failed for nativesdk-perl
@ 2025-01-21  8:55 Hongxu Jia
  2025-01-21  8:55 ` [PATCH 2/9] multilib_header.bbclass: need multilib headers for nativesdk builds Hongxu Jia
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Hongxu Jia @ 2025-01-21  8:55 UTC (permalink / raw)
  To: openembedded-core

While set 'baselib = "lib64"' for nativesdk, perl do_install failed:
| rm: cannot remove 'tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/
5.40.0/image//usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/
usr/lib64/perl5/5.40.0/*/CORE/libperl.so': No such file or directory

Refer perl class-target do_configure, explicitly pass option '--libdir=${libdir}'
to nativesdk do_configure

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/recipes-devtools/perl/perl_5.40.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl_5.40.0.bb b/meta/recipes-devtools/perl/perl_5.40.0.bb
index 77b92ae804..30f2431f27 100644
--- a/meta/recipes-devtools/perl/perl_5.40.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.40.0.bb
@@ -90,7 +90,7 @@ do_configure:class-target() {
 }
 
 do_configure:class-nativesdk() {
-    ./configure --prefix=${prefix} \
+    ./configure --prefix=${prefix} --libdir=${libdir} \
     --target=${TARGET_SYS} \
     -Duseshrplib \
     -Dusethreads \
-- 
2.34.1



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

end of thread, other threads:[~2025-02-07  5:22 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  8:55 [PATCH 1/9] perl: fix do_install failed for nativesdk-perl Hongxu Jia
2025-01-21  8:55 ` [PATCH 2/9] multilib_header.bbclass: need multilib headers for nativesdk builds Hongxu Jia
2025-01-27 13:18   ` [OE-core] " Mathieu Dubois-Briand
2025-01-29 16:58   ` Ross Burton
2025-02-06  7:39     ` Richard Purdie
2025-02-07  5:21       ` Hongxu Jia
2025-01-21  8:55 ` [PATCH 3/9] toolchain-shar-relocate.sh: support multiple dynamic loaders for multilib Hongxu Jia
2025-01-21  8:55 ` [PATCH 4/9] script/relocate_sdk.py: check dynamic loader arch before relocating interpreter Hongxu Jia
2025-01-21  8:55 ` [PATCH 5/9] libgcc-common: apply multilib symlinks for nativesdk libgcc Hongxu Jia
2025-01-21  8:55 ` [PATCH 6/9] meta/conf/bitbake.conf: support multiarch for nativesdk Hongxu Jia
2025-01-21  8:55 ` [PATCH 7/9] gcc-configure-common.inc: add multlib support for i686/i586/x86_64 nativesdk gcc Hongxu Jia
2025-01-22  4:20   ` [OE-core] " Khem Raj
2025-01-23  4:53   ` [PATCH v2 " Hongxu Jia
2025-01-23 15:49     ` [OE-core] " Yoann Congal
2025-01-23 17:17     ` hongxu
2025-01-21  8:55 ` [PATCH 8/9] Add recipe nativesdk-multiconfig-multlib-toolchain-packager Hongxu Jia
2025-01-21  9:05   ` Patchtest results for " patchtest
2025-01-21  9:12   ` [PATCH v2 8/9] nativesdk-multiconfig-multlib-toolchain-packager: add recipe Hongxu Jia
2025-01-21  8:55 ` [PATCH 9/9] selftest/multiconfig: test multiconfig multlib nativesdk gcc Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox