From: Timos Ampelikiotis Date: Wed, 26 Feb 2025 10:05:30 +0000 (+0200) Subject: Update vhost-device-sound recipe X-Git-Tag: 19.0.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f9cd7a20cfc95004628c7e316a1fc55b124e6358;p=AGL%2Fmeta-agl-devel.git Update vhost-device-sound recipe This commit is a WIP and fixes vhost-device-sound recipe for h3ulcb-kf. Bug-AGL: SPEC-5364 Change-Id: Ic45456f24f9e01a5816cb224b637b13cc5424407 Signed-off-by: Timos Ampelikiotis (cherry picked from commit 1eccca148b8144dd29a776d9159040be92a975ee) --- diff --git a/meta-egvirt/recipes-extended/vhost-device-sound/vhost-device-sound_0.2.0.bb b/meta-egvirt/recipes-extended/vhost-device-sound/vhost-device-sound_0.2.0.bb index 2520e481..eaafe9de 100644 --- a/meta-egvirt/recipes-extended/vhost-device-sound/vhost-device-sound_0.2.0.bb +++ b/meta-egvirt/recipes-extended/vhost-device-sound/vhost-device-sound_0.2.0.bb @@ -27,4 +27,6 @@ inherit cargo inherit cargo-update-recipe-crates inherit pkgconfig +export BINDGEN_EXTRA_CLANG_ARGS= "--sysroot=${STAGING_DIR_TARGET}" + include vhost-device-sound-crates.inc