From 64cea0e0669237518291437b4850b0b096dd5e8e Mon Sep 17 00:00:00 2001 From: David Escalona Date: Thu, 20 Oct 2022 17:31:00 +0200 Subject: [PATCH] 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 --- .../recipes-digi/dey-examples/connectcore-demo-example.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.inc b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.inc index f9619b6d6..d2afb0c43 100644 --- a/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.inc +++ b/meta-digi-dey/recipes-digi/dey-examples/connectcore-demo-example.inc @@ -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"