]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 15 Feb 2018 18:12:54 +0000 (20:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Feb 2018 16:02:17 +0000 (16:02 +0000)
[YOCTO #12545]

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb

index 1a9ad5cc2b91c1bc52bc50c6641265c0e05dc5d5..cdc2f51c2eb7ffc6cbc8f65df5ba31d9206d9c1d 100644 (file)
@@ -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"