On 10/14/2017 09:11 AM, Tim Orling wrote:
On Oct 13, 2017, at 4:14 AM, Pascal Bach <[email protected]> wrote:
When running bmap on a target device the added dependncies are required.
Signed-off-by: Pascal Bach <[email protected]>
---
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 \
+ “
These should all be the python3- version or ${PYTHON_PN}- (e.g. python3-core)
should they not? Or is that an artifact of how the python module splitting is
happening in oe-core?
That is correct. This was forgotten when the recipe was moved to python3:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb?id=04ef46e2b2b753321408db02a2df3753b85ac0dd
Pascal, can you modify everything to python3-*, check that it still
works, and resend the patch please?
Alex
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core