]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
scons.bbclass: use python3-scons
authorTim Orling <timothy.t.orling@linux.intel.com>
Fri, 7 Jun 2019 19:58:41 +0000 (12:58 -0700)
committerTim Orling <timothy.t.orling@linux.intel.com>
Fri, 7 Jun 2019 23:38:19 +0000 (16:38 -0700)
SCons has supported python3 since 3.0.0 release, use it.

[YOCTO #13381]

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
meta/classes/scons.bbclass

index 9ee7d1587d7b78fc914c9bb014448f019568e8bb..a8ddae35f7be1b8cff800881eb4f878693f744b0 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS += "python-scons-native"
+DEPENDS += "python3-scons-native"
 
 EXTRA_OESCONS ?= ""