diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-02-15 20:12:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-22 16:02:23 +0000 |
commit | 2f030dfc082d6d8143c712cd9e18a0da13ec66e1 (patch) | |
tree | f1d3d35400206e6c713e90fc6a166a6847831120 /meta/recipes-devtools/qemu | |
parent | ec03a3a0086b4a74e3ebaed787d74da91547182a (diff) | |
download | poky-2f030dfc082d6d8143c712cd9e18a0da13ec66e1.tar.gz |
nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency
[YOCTO #12545]
(From OE-Core rev: 6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb index 1a9ad5cc2b..cdc2f51c2e 100644 --- a/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb +++ b/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Qemu helper scripts" | 1 | SUMMARY = "Qemu helper scripts" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | RDEPENDS_${PN} = "nativesdk-qemu \ | 3 | RDEPENDS_${PN} = "nativesdk-qemu \ |
4 | nativesdk-python3-shell nativesdk-python3-fcntl \ | 4 | nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \ |
5 | " | 5 | " |
6 | 6 | ||
7 | PR = "r9" | 7 | PR = "r9" |