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:
parent
877e501076
commit
9db258786e
|
|
@ -20,6 +20,7 @@ RDEPENDS:${PN} = " \
|
|||
python3-logging \
|
||||
python3-netserver \
|
||||
busybox-httpd \
|
||||
mpg123 \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/connectcore-demo-example"
|
||||
|
|
|
|||
Loading…
Reference in New Issue