mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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
|
inherit cargo cargo-update-recipe-crates
|
||||||
|
|
||||||
DEPENDS += "libstd-rs"
|
DEPENDS:append:class-target = " libstd-rs"
|
||||||
|
|
||||||
require ${BPN}-crates.inc
|
require ${BPN}-crates.inc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user