diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-07 16:47:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-08 16:01:41 +0100 |
commit | 2209af86ed356c007cb140ac12f79bc4efca21f5 (patch) | |
tree | 0bbd6f8576b4a7e36cf3c11ac1f321194348d80e | |
parent | 35e483490435abe6fce00ab46e0e6735083101f2 (diff) | |
download | poky-2209af86ed356c007cb140ac12f79bc4efca21f5.tar.gz |
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>
-rw-r--r-- | meta/recipes-support/serf/serf_1.3.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb index 65a8114bb4..706c86be47 100644 --- a/meta/recipes-support/serf/serf_1.3.9.bb +++ b/meta/recipes-support/serf/serf_1.3.9.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf | |||
14 | LICENSE = "Apache-2.0" | 14 | LICENSE = "Apache-2.0" |
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
16 | 16 | ||
17 | DEPENDS = "python-scons-native openssl apr apr-util util-linux expat" | 17 | DEPENDS = "python3-scons-native openssl apr apr-util util-linux expat" |
18 | 18 | ||
19 | do_compile() { | 19 | do_compile() { |
20 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} PREFIX=${prefix} \ | 20 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} PREFIX=${prefix} \ |