Move all to deprecated folder.
This commit is contained in:
2
deprecated/firmware/buildroot/package/scons/scons.hash
Normal file
2
deprecated/firmware/buildroot/package/scons/scons.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b scons-2.3.0.tar.gz
|
||||
21
deprecated/firmware/buildroot/package/scons/scons.mk
Normal file
21
deprecated/firmware/buildroot/package/scons/scons.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# scons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SCONS_VERSION = 2.3.0
|
||||
SCONS_SITE = http://downloads.sourceforge.net/project/scons/scons/$(SCONS_VERSION)
|
||||
SCONS_LICENSE = MIT
|
||||
SCONS_LICENSE_FILES = LICENSE.txt
|
||||
SCONS_SETUP_TYPE = distutils
|
||||
|
||||
HOST_SCONS_NEEDS_HOST_PYTHON = python2
|
||||
|
||||
HOST_SCONS_INSTALL_OPTS = \
|
||||
--install-lib=$(HOST_DIR)/usr/lib/scons-$(SCONS_VERSION)
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
||||
# variables used by other packages
|
||||
SCONS = $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/scons $(if $(QUIET),-s)
|
||||
Reference in New Issue
Block a user