[OE-core] [OE-Core][PATCH] bmap-tools: Add python3-fcntl dependency

Alex Kiernan alex.kiernan at gmail.com
Sun Jul 1 10:42:46 UTC 2018


Add missing python3-fcntl dependency

Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
---

 meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
index 9d8191f..2aae9a3 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "0064891270c180c190f41925b0f6fb9cecac3056f1168d2592dbe90e5f
 
 UPSTREAM_CHECK_URI = "https://github.com/intel/${BPN}/releases"
 
-RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools"
+RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl"
 
 inherit python3native
 inherit setuptools3
-- 
2.7.4




More information about the Openembedded-core mailing list