[oe-commits] [openembedded-core] 02/02: bmap-tools: add "python-mmap" to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 23 13:14:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1127154b958d0a0e167cefff4bc40dfb86e3378a
Author: Binghua Guan <freebendy at gmail.com>
AuthorDate: Wed Aug 23 10:52:14 2017 +0800

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/bmap-tools/bmap-tools_3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 30150f3..b8ebe63 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list