summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb
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:23 +0000
commit2f030dfc082d6d8143c712cd9e18a0da13ec66e1 (patch)
treef1d3d35400206e6c713e90fc6a166a6847831120 /meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb
parentec03a3a0086b4a74e3ebaed787d74da91547182a (diff)
downloadpoky-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/nativesdk-qemu-helper_1.0.bb')
-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 @@
1SUMMARY = "Qemu helper scripts" 1SUMMARY = "Qemu helper scripts"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3RDEPENDS_${PN} = "nativesdk-qemu \ 3RDEPENDS_${PN} = "nativesdk-qemu \
4 nativesdk-python3-shell nativesdk-python3-fcntl \ 4 nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
5 " 5 "
6 6
7PR = "r9" 7PR = "r9"