mirror of
https://github.com/novatiq/packages.git
synced 2026-05-01 07:58:40 +01:00
scons: Switch to standalone version, update to 3.1.2
* Install the standalone (scons-local) version
Advantages:
- The regular version of SCons requires distutils during installation;
the standalone version does not have this requirement
Disadvantages:
- The scons-local package is not available from the Fossies mirror
- The patch will need to be manually updated with each version update
* Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST)
* Write the correct shebang into scripts instead of using the wrapper
* Update to 3.1.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -227,7 +227,7 @@ endef
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
$(SCONS_VARS) \
|
||||
python2.7 $(STAGING_DIR_HOST)/bin/scons.py \
|
||||
python2.7 $(STAGING_DIR_HOSTPKG)/bin/scons \
|
||||
$(SCONS_OPTIONS) \
|
||||
)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user