]> code.ossystems Code Review - openembedded-core.git/commitdiff
bmap-tools: Add python3-fcntl dependency
authorAlex Kiernan <alex.kiernan@gmail.com>
Sun, 1 Jul 2018 10:42:46 +0000 (10:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 23:23:49 +0000 (00:23 +0100)
Add missing python3-fcntl dependency

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/bmap-tools/bmap-tools_3.4.bb

index 9d8191f330d2b1d7ad9304a5f47aed45555cc7ae..2aae9a3fe0d8bfbb0b0aa8ceef4c2a8cfb8b4e4f 100644 (file)
@@ -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