summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:51:11 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:51:11 -0400
commit65064ffd7ad360e8827d06ab5e1fe219ef9be802 (patch)
treeaee3a0ab2e8d2b13ee3b67e6ef4bce919f21217b
parent74d89ba0fc1186d03d87b8ca7f5470c5a7854d91 (diff)
downloadmeta-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.bb2
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
11DEPENDS += "clang-native" 11DEPENDS += "clang-native"
12 12
13SKIP_RECIPE[vhost-device-gpio] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'clang-layer', '', 'Depends on clang-native from meta-clang which is not included', d)}"
14
15SRC_URI += "crate://crates.io/vhost-device-gpio/0.1.0" 13SRC_URI += "crate://crates.io/vhost-device-gpio/0.1.0"
16SRC_URI[vhost-device-gpio-0.1.0.sha256sum] = "f4789dd127ce746d4f702d50256ff09e47b19fdb2bfee88a254b7e48efbf1100" 14SRC_URI[vhost-device-gpio-0.1.0.sha256sum] = "f4789dd127ce746d4f702d50256ff09e47b19fdb2bfee88a254b7e48efbf1100"
17 15