[oe-commits] [openembedded-core] 10/16: scons.bbclass: use python3-scons

git at git.openembedded.org git at git.openembedded.org
Sat Jun 8 09:26:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3a9f3d8a761e7aaacaca9c5b176203433b4986ec
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Fri Jun 7 16:47:52 2019 -0700

    scons.bbclass: use python3-scons
    
    SCons has supported python3 since 3.0.0 release, use it.
    
    [YOCTO #13381]
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/scons.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass
index 9ee7d15..a8ddae3 100644
--- a/meta/classes/scons.bbclass
+++ b/meta/classes/scons.bbclass
@@ -1,4 +1,4 @@
-DEPENDS += "python-scons-native"
+DEPENDS += "python3-scons-native"
 
 EXTRA_OESCONS ?= ""
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list