diff options
author | Binghua Guan <freebendy@gmail.com> | 2017-08-23 10:52:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-23 14:13:46 +0100 |
commit | 487c62b8536fee1104ac7b34d258d5d0c20d7d7c (patch) | |
tree | b27649a0bcddffb8d7185a517f476a9038e69bff | |
parent | 02ad8a21c1d24f80f459a5419227855939c3c6c4 (diff) | |
download | poky-487c62b8536fee1104ac7b34d258d5d0c20d7d7c.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.
(From OE-Core rev: 1127154b958d0a0e167cefff4bc40dfb86e3378a)
Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.2.bb | 2 |
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" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "python-core python-compression" | 17 | RDEPENDS_${PN} = "python-core python-compression python-mmap" |
18 | 18 | ||
19 | inherit setuptools | 19 | inherit setuptools |
20 | 20 | ||