All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] ripgrep: limit libstd-rs DEPENDS to class-target
@ 2025-12-13  4:16 Deepesh.Varatharajan
  2025-12-13  4:23 ` Varatharajan, Deepesh
  2025-12-13  6:26 ` [oe] " Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: Deepesh.Varatharajan @ 2025-12-13  4:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Deepesh.Varatharajan

From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>

Avoid pulling in a non-existent libstd-rs-native dependency by
restricting libstd-rs to class-target builds.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
---
 meta-oe/recipes-extended/ripgrep/ripgrep_15.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/ripgrep/ripgrep_15.1.0.bb b/meta-oe/recipes-extended/ripgrep/ripgrep_15.1.0.bb
index 7bb6be1cb6..0ef671cf04 100644
--- a/meta-oe/recipes-extended/ripgrep/ripgrep_15.1.0.bb
+++ b/meta-oe/recipes-extended/ripgrep/ripgrep_15.1.0.bb
@@ -15,7 +15,7 @@ S = "${CARGO_VENDORING_DIRECTORY}/ripgrep-${PV}"
 
 inherit cargo cargo-update-recipe-crates
 
-DEPENDS += "libstd-rs"
+DEPENDS:class-target += "libstd-rs"
 
 require ${BPN}-crates.inc
 
-- 
2.49.0



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

end of thread, other threads:[~2025-12-13  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-13  4:16 [meta-oe][PATCH] ripgrep: limit libstd-rs DEPENDS to class-target Deepesh.Varatharajan
2025-12-13  4:23 ` Varatharajan, Deepesh
2025-12-13  6:26 ` [oe] " Khem Raj
2025-12-13  6:29   ` Deepesh Varatharajan

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.