package/rust: add host-pkgconf dependency
Add host-pkgconf dependency to fix the following build failure raised since commit4e3be3ae9d
: run pkg_config fail: "Failed to run `\"/nvmedata/autobuild/instance-6/output-1/per-package/host-rust/host/bin/pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)" Fixes: - http://autobuild.buildroot.org/results/b046523960079cbf85931b8f67c3b98dd07fbbda Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit5cd13ec765
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1dab7eb8d7
commit
dd1942f46a
@ -14,6 +14,7 @@ HOST_RUST_PROVIDES = host-rustc
|
||||
|
||||
HOST_RUST_DEPENDENCIES = \
|
||||
toolchain \
|
||||
host-pkgconf \
|
||||
host-python3 \
|
||||
host-rust-bin \
|
||||
host-openssl \
|
||||
|
Loading…
Reference in New Issue
Block a user