From: Alexander Kanavin Date: Thu, 15 Feb 2018 18:12:54 +0000 (+0200) Subject: nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency X-Git-Tag: uninative-1.8~308 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9;p=openembedded-core.git nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency [YOCTO #12545] Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- 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"