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
This commit is contained in:
parent
b8efbe729a
commit
e4faf46035
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue