mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
scons: recent update failed to update a patch
The recent commit 048a5088c5 updated
scons to 4.10.1, but neglected to correct a version related path in
a patch. This fixes that oversight, so that scons hostpkg builds
again. Also, fix up fuzz in the patches.
Signed-off-by: Russell Senior <russell@personaltelco.net>
This commit is contained in:
committed by
Alexandru Ardelean
parent
e3b79d2679
commit
636c12c124
@@ -1,6 +1,6 @@
|
|||||||
--- a/scons-local-4.0.1/SCons/Platform/__init__.py
|
--- a/scons-local-4.10.1/SCons/Platform/__init__.py
|
||||||
+++ b/scons-local-4.0.1/SCons/Platform/__init__.py
|
+++ b/scons-local-4.10.1/SCons/Platform/__init__.py
|
||||||
@@ -63,6 +63,8 @@ def platform_default():
|
@@ -69,6 +69,8 @@ def platform_default():
|
||||||
care about the machine architecture.
|
care about the machine architecture.
|
||||||
"""
|
"""
|
||||||
osname = os.name
|
osname = os.name
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
--- a/scons.py
|
--- a/scons.py
|
||||||
+++ b/scons.py
|
+++ b/scons.py
|
||||||
@@ -56,6 +56,7 @@ if script_path in sys.path:
|
@@ -57,6 +57,7 @@ if script_path in sys.path:
|
||||||
sys.path.remove(script_path)
|
sys.path.remove(script_path)
|
||||||
|
|
||||||
libs = []
|
libs = []
|
||||||
|
|||||||
Reference in New Issue
Block a user