dey-examples: connectcore-demo: add mpg123 dependency

The latest ConnectCore demo updates introduced support for audio controls that
use the mpg123 library to manage audio on the device. This commit adds a
runtime dependency for that package.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2022-10-05 09:05:34 +02:00
parent 877e501076
commit 9db258786e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RDEPENDS:${PN} = " \
python3-logging \ python3-logging \
python3-netserver \ python3-netserver \
busybox-httpd \ busybox-httpd \
mpg123 \
" "
S = "${WORKDIR}/connectcore-demo-example" S = "${WORKDIR}/connectcore-demo-example"