From 8e65c45718d4e628092ba90731fe6eaef0d5bca0 Mon Sep 17 00:00:00 2001 From: Anuj Solanki Date: Mon, 14 Oct 2024 15:00:13 +0200 Subject: Fix flutter-voiceassistant compilation - Fix flutter-voiceassistant compilation error. - Remove default inclusion of flutter-voiceassistant. Bug-AGL: SPEC-5200 Change-Id: Ibb2b11a03caec473030f21b536f975eddc389873 Signed-off-by: Anuj Solanki --- .../recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb | 1 + templates/feature/agl-offline-voice-agent/50_local.conf.inc | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb index 6daa88ec..2b089e4c 100644 --- a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb +++ b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb @@ -30,5 +30,6 @@ do_install:append() { install -D -m 0644 ${WORKDIR}/agl-app-flutter@flutter_voiceassistant.service ${D}${systemd_system_unitdir}/agl-app-flutter@flutter_voiceassistant.service } +do_compile[network] = "1" FILES:${PN} += "${datadir} " diff --git a/templates/feature/agl-offline-voice-agent/50_local.conf.inc b/templates/feature/agl-offline-voice-agent/50_local.conf.inc index f0c6221c..a7e20cdb 100644 --- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc @@ -19,7 +19,6 @@ FEATURE_PACKAGES_agl-offline-voice-agent:append = " \ python3-vosk-api \ python3-vosk-websocket-server \ python3-sounddevice \ - flutter-voiceassistant \ agl-service-voiceagent \ whisper-cpp \ whisper-cpp-tiny \ @@ -39,4 +38,4 @@ LICENSE_FLAGS_ACCEPTED += "commercial_ffmpeg" # no rasa support currently # python3-rasa \ # rasa-model-agl \ -# \ No newline at end of file +# -- cgit 1.2.3-korg