fix compile error for mic-asp&config-app

This commit is contained in:
Yunlong Xiao 2022-05-27 02:36:10 +00:00
parent 044d1486e4
commit aef118dbbe
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
DESCRIPTION = "config-app"
LICENSE = "MediaTekProprietary"
DEPENDS+="bluetooth openssl libev json-c alsa-lib"
DEPENDS+="bluetooth openssl libev json-c alsa-lib curl"
APPS_SRC = "${TOPDIR}/../src/apps/aud-base/config_app"
inherit workonsrc systemd

View File

@ -1,5 +1,6 @@
DESCRIPTION = "mic-asp"
LICENSE = "MediaTekProprietary"
DEPENDS = "alsa-lib"
APPS_SRC = "${TOPDIR}/../src/apps/aud-base/mic_asp"
inherit workonsrc systemd