All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bmap-tools: add missing runtime dependencies
@ 2017-10-13 11:14 Pascal Bach
  2017-10-14  6:11 ` Tim Orling
  0 siblings, 1 reply; 4+ messages in thread
From: Pascal Bach @ 2017-10-13 11:14 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Pascal Bach <pascal.bach@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-18  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-13 11:14 [PATCH] bmap-tools: add missing runtime dependencies Pascal Bach
2017-10-14  6:11 ` Tim Orling
2017-10-16 10:27   ` Alexander Kanavin
2017-10-18  7:17     ` Pascal Bach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.