All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2,1/1] package/scons: bump to version 3.0.5
@ 2019-03-29 17:10 Fabrice Fontaine
  2019-03-31  8:00 ` [Buildroot] [PATCH v2, 1/1] " Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-03-29 17:10 UTC (permalink / raw)
  To: buildroot

- Add hash for license file
- scons now supports python2 and python3 so remove host-python2
  dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2 (after review of Thomas Petazzoni):
 - drop python2 dependency

 package/scons/scons.hash | 3 ++-
 package/scons/scons.mk   | 6 ++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/scons/scons.hash b/package/scons/scons.hash
index b3cdea0d70..ed31301562 100644
--- a/package/scons/scons.hash
+++ b/package/scons/scons.hash
@@ -1,2 +1,3 @@
 # Locally computed:
-sha256  0b25218ae7b46a967db42f2a53721645b3d42874a65f9552ad16ce26d30f51f2  scons-2.5.1.tar.gz
+sha256  df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e  scons-3.0.5.tar.gz
+sha256  c4248451b6a4cd09870de4fb82a857feb9f98174167b07500c19ed0263fd4db7  LICENSE.txt
diff --git a/package/scons/scons.mk b/package/scons/scons.mk
index 14be589e2b..f146fde904 100644
--- a/package/scons/scons.mk
+++ b/package/scons/scons.mk
@@ -4,18 +4,16 @@
 #
 ################################################################################
 
-SCONS_VERSION = 2.5.1
+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_NEEDS_HOST_PYTHON = python2
-
 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/python2 $(HOST_DIR)/bin/scons $(if $(QUIET),-s)
+SCONS = $(HOST_DIR)/bin/python $(HOST_DIR)/bin/scons $(if $(QUIET),-s)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH v2, 1/1] package/scons: bump to version 3.0.5
  2019-03-29 17:10 [Buildroot] [PATCH v2,1/1] package/scons: bump to version 3.0.5 Fabrice Fontaine
@ 2019-03-31  8:00 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-03-31  8:00 UTC (permalink / raw)
  To: buildroot

On Fri, 29 Mar 2019 18:10:08 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Add hash for license file
> - scons now supports python2 and python3 so remove host-python2
>   dependency
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2 (after review of Thomas Petazzoni):
>  - drop python2 dependency

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-31  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29 17:10 [Buildroot] [PATCH v2,1/1] package/scons: bump to version 3.0.5 Fabrice Fontaine
2019-03-31  8:00 ` [Buildroot] [PATCH v2, 1/1] " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.