fix compile error for mic-asp&config-app
This commit is contained in:
parent
044d1486e4
commit
aef118dbbe
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
DESCRIPTION = "mic-asp"
|
||||
LICENSE = "MediaTekProprietary"
|
||||
DEPENDS = "alsa-lib"
|
||||
APPS_SRC = "${TOPDIR}/../src/apps/aud-base/mic_asp"
|
||||
|
||||
inherit workonsrc systemd
|
||||
|
|
Loading…
Reference in New Issue