From 2f030dfc082d6d8143c712cd9e18a0da13ec66e1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 15 Feb 2018 20:12:54 +0200 Subject: nativesdk-qemu-helper: add a missing nativesdk-python3-logging dependency [YOCTO #12545] (From OE-Core rev: 6e5dbb53a7cbd05baf07de62b1abc88dccfd4cb9) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb') 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" -- cgit v1.2.3-54-g00ecf