]> code.ossystems Code Review - openembedded-core.git/commitdiff
bmap-tools: add "python-mmap" to RDEPENDS
authorBinghua Guan <freebendy@gmail.com>
Wed, 23 Aug 2017 02:52:14 +0000 (10:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 13:12:36 +0000 (14:12 +0100)
bmap-tools has run-time dependency on "python-mmp" which is missing in
the RDEPENDS. "bmaptool" command in the target will fail without this
patch.

Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bmap-tools/bmap-tools_3.2.bb

index 30150f3775b5bf0a4731944dbb3faecb8a4f07f0..b8ebe63081587c36160cc6171ace175d397533b9 100644 (file)
@@ -14,7 +14,7 @@ SRCREV = "96702a869220ab20830db916ec4ac595e1d97f92"
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_${PN} = "python-core python-compression"
+RDEPENDS_${PN} = "python-core python-compression python-mmap"
 
 inherit setuptools