From 3cfed374e518293b09a39d6d372b50c6b0b161fd Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 4 May 2021 17:16:18 +0200 Subject: [PATCH] board-descriptor: Fix partial installation The descriptor.py file was not properly packaged because the variable PYTHON_SITEPACKAGES_DIR was not defined. It is defined in the python3-dir class. BugzID: 72580 --- recipes-core/board-descriptor/board-descriptor.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/board-descriptor/board-descriptor.bb b/recipes-core/board-descriptor/board-descriptor.bb index a4a37fe..1c0298f 100644 --- a/recipes-core/board-descriptor/board-descriptor.bb +++ b/recipes-core/board-descriptor/board-descriptor.bb @@ -9,6 +9,8 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PR = "r0" +inherit python3-dir + RDEPENDS_${PN} = "python3-core python3-json" SRC_URI = " \