aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-02-15 20:12:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-22 16:02:17 +0000
commit6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9 (patch)
treeeb248727a086dcd10bdefeb959751ce59979ac7a /meta/recipes-devtools/qemu
parent709b60a5e34a22aadb6dca7b888c010de8e6e4a4 (diff)
downloadopenembedded-core-contrib-6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9.tar.gz
nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency
[YOCTO #12545] Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb2
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 @@
SUMMARY = "Qemu helper scripts"
LICENSE = "GPLv2"
RDEPENDS_${PN} = "nativesdk-qemu \
- nativesdk-python3-shell nativesdk-python3-fcntl \
+ nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
"
PR = "r9"