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
This commit is contained in:
parent
0f78b1b8e5
commit
3cfed374e5
|
|
@ -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 = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue