[OE-core] [PATCH] bmap-tools: add missing runtime dependencies

Pascal Bach pascal.bach at siemens.com
Fri Oct 13 11:14:41 UTC 2017


When running bmap on a target device the added dependncies are required.

Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
---
 meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
index 7454f9d..348c9e8 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
@@ -14,7 +14,17 @@ SRCREV = "9dad724104df265442226972a1e310813f9ffcba"
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_${PN} = "python-core python-compression python-mmap"
+RDEPENDS_${PN} = "\
+    python-core \
+    python-compression \
+    python-argparse \
+    python-shell \
+    python-fcntl \
+    python-threading \
+    python-xml \
+    python-subprocess \
+    python-mmap \
+    "
 
 inherit python3native
 inherit setuptools3
-- 
2.1.4




More information about the Openembedded-core mailing list