mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/scons: bump to verion 4.7.0
Drop no longer needed HOST_SCONS_INSTALL_OPTS. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
399deb6764
commit
796df3ff83
@ -1,3 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 ce26aac95d350a79a4192196b0beac3cb24f4ccabce0123eb28d3370f576f072 SCons-4.5.2.tar.gz
|
||||
# md5, sha256 from https://pypi.org/pypi/scons/json
|
||||
md5 f5a740e94864408902c62bdb47687d9d SCons-4.7.0.tar.gz
|
||||
sha256 d8b617f6610a73e46509de70dcf82f76861b79762ff602d546f4e80918ec81f3 SCons-4.7.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2f6ac9a1fc98394d18b80dba9bedb9d5626006d44db3fecf7cf3e21cff7e8b1c LICENSE
|
||||
|
@ -4,16 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SCONS_VERSION = 4.5.2
|
||||
SCONS_VERSION = 4.7.0
|
||||
SCONS_SOURCE = SCons-$(SCONS_VERSION).tar.gz
|
||||
SCONS_SITE = http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION)
|
||||
SCONS_SITE = https://files.pythonhosted.org/packages/7b/68/6895065c86c65a9388eb760a43ea695ec5b9b1c98a9675a3bcd682dbe9c0
|
||||
SCONS_LICENSE = MIT
|
||||
SCONS_LICENSE_FILES = LICENSE
|
||||
SCONS_SETUP_TYPE = setuptools
|
||||
|
||||
HOST_SCONS_INSTALL_OPTS = \
|
||||
--install-lib=$(HOST_DIR)/lib/python$(PYTHON3_VERSION_MAJOR)/site-packages
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
||||
# variables used by other packages
|
||||
|
Loading…
Reference in New Issue
Block a user