aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBinghua Guan <freebendy@gmail.com>2017-08-23 10:52:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 14:12:36 +0100
commit1127154b958d0a0e167cefff4bc40dfb86e3378a (patch)
treef63de8e424d51d02d6765b0f608fb814bacfb297 /meta
parentea03fd82b0709f8f39b77ae665bd5dbdb9a1d58a (diff)
downloadopenembedded-core-contrib-1127154b958d0a0e167cefff4bc40dfb86e3378a.tar.gz
bmap-tools: add "python-mmap" to RDEPENDS
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb
index 30150f3775..b8ebe63081 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.2.bb
@@ -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