From: Tim Orling Date: Fri, 7 Jun 2019 21:24:28 +0000 (-0700) Subject: serf: switch to python3-scons-native X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c1f46d8510f95fe7a35127196bd496935efe384;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git serf: switch to python3-scons-native SCons has supported python3 since v3.0.0, use it. Signed-off-by: Tim Orling --- diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb index 65a8114bb4c..706c86be47b 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 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} \