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:17 +0000 |
commit | 6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9 (patch) | |
tree | eb248727a086dcd10bdefeb959751ce59979ac7a | |
parent | 709b60a5e34a22aadb6dca7b888c010de8e6e4a4 (diff) | |
download | openembedded-core-6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9.tar.gz openembedded-core-6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9.tar.bz2 openembedded-core-6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9.zip |
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>
-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 @@ 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" |