mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
3
package/scons/scons.hash
Normal file
3
package/scons/scons.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e scons-3.0.5.tar.gz
|
||||
sha256 c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7 LICENSE.txt
|
||||
19
package/scons/scons.mk
Normal file
19
package/scons/scons.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# scons
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SCONS_VERSION = 3.0.5
|
||||
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_INSTALL_OPTS = \
|
||||
--install-lib=$(HOST_DIR)/lib/scons-$(SCONS_VERSION)
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
||||
# variables used by other packages
|
||||
SCONS = $(HOST_DIR)/bin/scons $(if $(QUIET),-s)
|
||||
Reference in New Issue
Block a user