mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
scons.bbclass: use python3-scons
SCons has supported python3 since 3.0.0 release, use it. [YOCTO #13381] (From OE-Core rev: 2ce507d65cd2558edc9e7929aff7b80463c26998) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9a0549969d
commit
35e4834904
@@ -1,4 +1,4 @@
|
||||
DEPENDS += "python-scons-native"
|
||||
DEPENDS += "python3-scons-native"
|
||||
|
||||
EXTRA_OESCONS ?= ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user