[openwrt/openwrt] tools/scons: update to 3.0.1
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 16 23:53:06 PST 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b0d513ec91d76cc6b208094d0f78e54f252de573
commit b0d513ec91d76cc6b208094d0f78e54f252de573
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Fri Jan 5 23:27:17 2018 +0200
tools/scons: update to 3.0.1
Update scons to 3.0.1
Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
tools/scons/Makefile | 4 ++--
tools/scons/patches/001-platform_env.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/scons/Makefile b/tools/scons/Makefile
index a148a5c..fc325bf 100644
--- a/tools/scons/Makefile
+++ b/tools/scons/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=scons
-PKG_VERSION:=2.5.1
+PKG_VERSION:=3.0.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/scons \
http://fossies.org/linux/misc/
-PKG_HASH:=0b25218ae7b46a967db42f2a53721645b3d42874a65f9552ad16ce26d30f51f2
+PKG_HASH:=24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173
include $(INCLUDE_DIR)/host-build.mk
diff --git a/tools/scons/patches/001-platform_env.patch b/tools/scons/patches/001-platform_env.patch
index 8aab904..2be3147 100644
--- a/tools/scons/patches/001-platform_env.patch
+++ b/tools/scons/patches/001-platform_env.patch
@@ -1,6 +1,6 @@
--- a/engine/SCons/Platform/__init__.py
+++ b/engine/SCons/Platform/__init__.py
-@@ -63,6 +63,8 @@ def platform_default():
+@@ -65,6 +65,8 @@ def platform_default():
care about the machine architecture.
"""
osname = os.name
More information about the lede-commits
mailing list