]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons: upgrade to 2.4.1
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 19 Jan 2016 21:56:29 +0000 (21:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jan 2016 09:20:04 +0000 (09:20 +0000)
Updates runtime dependencies, python-scon now depends on python-io and python-fcntl.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-scons-native_2.4.1.bb [moved from meta/recipes-devtools/python/python-scons-native_2.3.6.bb with 100% similarity]
meta/recipes-devtools/python/python-scons_2.4.1.bb [moved from meta/recipes-devtools/python/python-scons_2.3.6.bb with 69% similarity]

similarity index 69%
rename from meta/recipes-devtools/python/python-scons_2.3.6.bb
rename to meta/recipes-devtools/python/python-scons_2.4.1.bb
index cb90294e61d9bb74e216301c29d3adec923451e0..096cf5c9604fed82948e73f66190091602bf4e78 100644 (file)
@@ -6,8 +6,8 @@ SRCNAME = "scons"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928"
-SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df"
+SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40"
+SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7"
 
 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/"
 UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
@@ -15,3 +15,8 @@ UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
+
+RDEPENDS_${PN} = "\
+  python-fcntl \
+  python-io \
+  "