mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
serf: switch to python3-scons-native
SCons has supported python3 since v3.0.0, use it. (From OE-Core rev: e1de553bb2c1885f8323d9ce31b35175d5da3ef2) 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
35e4834904
commit
2209af86ed
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
||||
|
||||
DEPENDS = "python-scons-native openssl apr apr-util util-linux expat"
|
||||
DEPENDS = "python3-scons-native openssl apr apr-util util-linux expat"
|
||||
|
||||
do_compile() {
|
||||
${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} PREFIX=${prefix} \
|
||||
|
||||
Reference in New Issue
Block a user