From e4faf460356ebb5c4b307c16ff501971034a9113 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 4 Jan 2021 16:24:52 +0100 Subject: [PATCH] Fix dependencies to python3 python tools must now depend explicitly on python3-core. If it is not done, bitbake will now throw an error. BugzID: 69636 --- recipes-core/board-descriptor/board-descriptor.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/board-descriptor/board-descriptor.bb b/recipes-core/board-descriptor/board-descriptor.bb index 0a718ea..a4a37fe 100644 --- a/recipes-core/board-descriptor/board-descriptor.bb +++ b/recipes-core/board-descriptor/board-descriptor.bb @@ -9,7 +9,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PR = "r0" -RDEPENDS_${PN} = "python3-json" +RDEPENDS_${PN} = "python3-core python3-json" SRC_URI = " \ file://bd.py \