mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
rpio: Use python3 during build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2faf9cab72
commit
2a1a8e396a
|
@ -10,13 +10,13 @@ inherit pypi
|
|||
|
||||
SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch"
|
||||
|
||||
inherit setuptools
|
||||
inherit setuptools3
|
||||
|
||||
COMPATIBLE_MACHINE = "^rpi$"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
python-logging \
|
||||
python-threading \
|
||||
python3-logging \
|
||||
python3-threading \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"
|
||||
|
|
Loading…
Reference in New Issue
Block a user