mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
committed by
Khem Raj
parent
996768e080
commit
9ddb4b60f7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user