ripgrep: limit libstd-rs DEPENDS to class-target

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Deepesh Varatharajan 2025-12-12 22:32:07 -08:00 committed by Khem Raj
parent 996768e080
commit 9ddb4b60f7
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,7 +15,7 @@ S = "${CARGO_VENDORING_DIRECTORY}/ripgrep-${PV}"
inherit cargo cargo-update-recipe-crates
DEPENDS += "libstd-rs"
DEPENDS:append:class-target = " libstd-rs"
require ${BPN}-crates.inc