mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
02ad8a21c1
commit
487c62b853
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user