mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user