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