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: lucaceresoli/bug-15201-perf-libtraceevent-missing~18739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1a9ad5cc2b9..cdc2f51c2eb 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"