mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-10-22 23:13:04 +02:00
vhost-device-gpio: drop clang check
clang is available in oe-core, we no longer need to check for it. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
74d89ba0fc
commit
65064ffd7a
|
@ -10,8 +10,6 @@ DEPENDS += "libgpiod"
|
|||
# libgpiod-sys generates bindings using bindgen, which depends on clang
|
||||
DEPENDS += "clang-native"
|
||||
|
||||
SKIP_RECIPE[vhost-device-gpio] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', '', 'Depends on clang-native from meta-clang which is not included', d)}"
|
||||
|
||||
SRC_URI += "crate://crates.io/vhost-device-gpio/0.1.0"
|
||||
SRC_URI[vhost-device-gpio-0.1.0.sha256sum] = "f4789dd127ce746d4f702d50256ff09e47b19fdb2bfee88a254b7e48efbf1100"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user