diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-07-01 10:42:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 11:39:06 +0100 |
commit | 280239af327c07bb0498b2e712991d0a6be12856 (patch) | |
tree | e0fc55626eb02142a8f9e36459abbcb6c5981afe /meta/recipes-support | |
parent | e0cbfaedc4a08a70aee5c864b4acbc104ed67924 (diff) | |
download | poky-280239af327c07bb0498b2e712991d0a6be12856.tar.gz |
bmap-tools: Add python3-fcntl dependency
Add missing python3-fcntl dependency
(From OE-Core rev: 5821db83e5c21a7a85b8675951e4e9c1893e4b26)
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/bmap-tools/bmap-tools_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 9d8191f330..2aae9a3fe0 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 | |||
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/intel/${BPN}/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/intel/${BPN}/releases" |
18 | 18 | ||
19 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools" | 19 | RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl" |
20 | 20 | ||
21 | inherit python3native | 21 | inherit python3native |
22 | inherit setuptools3 | 22 | inherit setuptools3 |