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:
parent
e346958131
commit
64cea0e066
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue