From: Christian Eggers <ceggers@arri.de>
To: <openembedded-core@lists.openembedded.org>
Cc: Christian Eggers <ceggers@arri.de>
Subject: [PATCH 3/4] rust-crosssdk: use ${RUST_LIBC} in ${PN}
Date: Fri, 25 Mar 2022 07:52:25 +0100 [thread overview]
Message-ID: <20220325065226.14833-3-ceggers@arri.de> (raw)
In-Reply-To: <20220325065226.14833-1-ceggers@arri.de>
TCLIBC is only valid for TARGET, not for HOST or NATIVESDK.
Fixes build of rust-crosssdk if TCLIBC is set to musl.
Signed-off-by: Christian Eggers <ceggers@arri.de>
---
meta/recipes-devtools/rust/rust-crosssdk_1.59.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/rust/rust-crosssdk_1.59.0.bb b/meta/recipes-devtools/rust/rust-crosssdk_1.59.0.bb
index 5929978591fb..6ea8cb09b21b 100644
--- a/meta/recipes-devtools/rust/rust-crosssdk_1.59.0.bb
+++ b/meta/recipes-devtools/rust/rust-crosssdk_1.59.0.bb
@@ -5,4 +5,4 @@ require rust-source.inc
DEPENDS += "virtual/${TARGET_PREFIX}gcc-crosssdk virtual/nativesdk-${TARGET_PREFIX}compilerlibs virtual/nativesdk-libc"
PROVIDES = "virtual/nativesdk-${TARGET_PREFIX}rust"
-PN = "rust-crosssdk-${TUNE_PKGARCH}-${TCLIBC}"
+PN = "rust-crosssdk-${TUNE_PKGARCH}-${RUST_LIBC}"
--
2.34.1
next prev parent reply other threads:[~2022-03-25 6:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-25 6:52 [PATCH 1/4] rust-common: override RUST_LIBC for crosssdk Christian Eggers
2022-03-25 6:52 ` [PATCH 2/4] machine-sdk: clear ABIEXTENSION for class-crosssdk Christian Eggers
2022-03-25 6:52 ` Christian Eggers [this message]
2022-03-25 6:52 ` [PATCH 4/4] librsvg: reenable nativesdk Christian Eggers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220325065226.14833-3-ceggers@arri.de \
--to=ceggers@arri.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox