meta-digi-dey: dey-examples: add required packages to 'connectcore-demo'

The new ConnectCore demo functionality makes use of some new Python libraries. Add these libraries
as a dependency in the demo recipe.

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2022-10-20 17:31:00 +02:00
parent e346958131
commit 64cea0e066
1 changed files with 4 additions and 2 deletions

View File

@ -14,13 +14,15 @@ SRC_URI += " \
"
RDEPENDS:${PN} = " \
busybox-httpd \
libdigiapix-python3 \
mpg123 \
python3-connectcore-ble \
python3-core \
python3-httplib2 \
python3-json \
python3-logging \
python3-netserver \
busybox-httpd \
mpg123 \
"
S = "${WORKDIR}/connectcore-demo-example"