On Fri, Dec 12, 2025 at 8:16 PM Varatharajan, Deepesh via
lists.openembedded.org <deepesh.varatharajan=
[email protected]> wrote:

> From: Deepesh Varatharajan <[email protected]>
>
> Avoid pulling in a non-existent libstd-rs-native dependency by
> restricting libstd-rs to class-target builds.
>
> Signed-off-by: Deepesh Varatharajan <[email protected]>
> ---
>  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"
>

This should be DEPENDS:append:class-target = " libstd-rs"


>
>  require ${BPN}-crates.inc
>
> --
> 2.49.0
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122631): 
https://lists.openembedded.org/g/openembedded-devel/message/122631
Mute This Topic: https://lists.openembedded.org/mt/116758522/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to