tools/scons: update to 3.0.1

Update scons to 3.0.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
v19.07.3_mercusys_ac12_duma
Hannu Nyman 6 years ago committed by John Crispin
parent b4a46f0764
commit b0d513ec91

@ -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

@ -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

Loading…
Cancel
Save