Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/scons: bump to version 3.0.5
@ 2019-03-27 19:50 Fabrice Fontaine
  2019-03-29 16:12 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-03-27 19:50 UTC (permalink / raw)
  To: buildroot

- Add hash for license file
- Don't remove host-python2 dependency as most of the packages using
  scons (such as mongodb or gnuradio) haven't moved to python3 yet

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/scons/scons.hash | 3 ++-
 package/scons/scons.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 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..cc2e45562a 100644
--- a/package/scons/scons.mk
+++ b/package/scons/scons.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-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
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/scons: bump to version 3.0.5
  2019-03-27 19:50 [Buildroot] [PATCH 1/1] package/scons: bump to version 3.0.5 Fabrice Fontaine
@ 2019-03-29 16:12 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-03-29 16:12 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 27 Mar 2019 20:50:27 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Add hash for license file
> - Don't remove host-python2 dependency as most of the packages using
>   scons (such as mongodb or gnuradio) haven't moved to python3 yet

gnuradio is not using Scons, so I'm not sure to see the relationship here.

Also, if mongodb needs Python 2, then it should be mongodb that depends
on host-python, no ?

This way, we can remove:

HOST_SCONS_NEEDS_HOST_PYTHON = python2

now that Scons if Python 3.x compatible (if I understood correctly).

Best regards,

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-29 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 19:50 [Buildroot] [PATCH 1/1] package/scons: bump to version 3.0.5 Fabrice Fontaine
2019-03-29 16:12 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox