Fix flutter-voiceassistant compilation 14/30414/5
authorAnuj Solanki <anuj603362@gmail.com>
Mon, 14 Oct 2024 13:00:13 +0000 (15:00 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 17 Oct 2024 13:25:16 +0000 (13:25 +0000)
 - Fix flutter-voiceassistant compilation error.
 - Remove default inclusion of flutter-voiceassistant.

Bug-AGL: SPEC-5200
Change-Id: Ibb2b11a03caec473030f21b536f975eddc389873
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb
templates/feature/agl-offline-voice-agent/50_local.conf.inc

index 6daa88e..2b089e4 100644 (file)
@@ -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} "
index f0c6221..a7e20cd 100644 (file)
@@ -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
+#