diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:51:11 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:51:11 -0400 |
commit | 65064ffd7ad360e8827d06ab5e1fe219ef9be802 (patch) | |
tree | aee3a0ab2e8d2b13ee3b67e6ef4bce919f21217b | |
parent | 74d89ba0fc1186d03d87b8ca7f5470c5a7854d91 (diff) | |
download | meta-virtualization-65064ffd7ad360e8827d06ab5e1fe219ef9be802.tar.gz |
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>
-rw-r--r-- | recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb b/recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb index 79931163..4ef9de47 100644 --- a/recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb +++ b/recipes-extended/vhost-device/vhost-device-gpio_0.1.0.bb | |||
@@ -10,8 +10,6 @@ DEPENDS += "libgpiod" | |||
10 | # libgpiod-sys generates bindings using bindgen, which depends on clang | 10 | # libgpiod-sys generates bindings using bindgen, which depends on clang |
11 | DEPENDS += "clang-native" | 11 | DEPENDS += "clang-native" |
12 | 12 | ||
13 | SKIP_RECIPE[vhost-device-gpio] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', '', 'Depends on clang-native from meta-clang which is not included', d)}" | ||
14 | |||
15 | SRC_URI += "crate://crates.io/vhost-device-gpio/0.1.0" | 13 | SRC_URI += "crate://crates.io/vhost-device-gpio/0.1.0" |
16 | SRC_URI[vhost-device-gpio-0.1.0.sha256sum] = "f4789dd127ce746d4f702d50256ff09e47b19fdb2bfee88a254b7e48efbf1100" | 14 | SRC_URI[vhost-device-gpio-0.1.0.sha256sum] = "f4789dd127ce746d4f702d50256ff09e47b19fdb2bfee88a254b7e48efbf1100" |
17 | 15 | ||