* [Buildroot] [PATCH 1/1] liblinear: bump to version 2.20
@ 2018-05-03 15:05 Fabrice Fontaine
2018-05-03 19:52 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-05-03 15:05 UTC (permalink / raw)
To: buildroot
- Slightly update first patch so it can apply on this version
- Add hash for license file
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/liblinear/0001-blas-don-t-overwrite-ar-options.patch | 5 +++--
package/liblinear/liblinear.hash | 3 ++-
package/liblinear/liblinear.mk | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/package/liblinear/0001-blas-don-t-overwrite-ar-options.patch b/package/liblinear/0001-blas-don-t-overwrite-ar-options.patch
index 5d1ef3f52a..0c13e35c4c 100644
--- a/package/liblinear/0001-blas-don-t-overwrite-ar-options.patch
+++ b/package/liblinear/0001-blas-don-t-overwrite-ar-options.patch
@@ -7,6 +7,7 @@ ar's rcv options get lost when AR is passed on
the command line.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
blas/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -18,14 +19,14 @@ index 895fd24..78cec9a 100644
@@ -1,4 +1,4 @@
-AR = ar rcv
+AR = ar
- RANLIB = ranlib
+ RANLIB = ranlib
HEADERS = blas.h blasp.h
@@ -8,7 +8,7 @@ CFLAGS = $(OPTFLAGS)
FFLAGS = $(OPTFLAGS)
blas: $(FILES) $(HEADERS)
-- $(AR) blas.a $(FILES)
+- $(AR) blas.a $(FILES)
+ $(AR) rcv blas.a $(FILES)
$(RANLIB) blas.a
diff --git a/package/liblinear/liblinear.hash b/package/liblinear/liblinear.hash
index 4f03fa4a84..9644bc02dd 100644
--- a/package/liblinear/liblinear.hash
+++ b/package/liblinear/liblinear.hash
@@ -1,2 +1,3 @@
# Locally calculated
-sha256 fa5c12dedc76ffca12f1681de7073b03af68163c4e4be65194217c99e55a7d68 liblinear-2.1.tar.gz
+sha256 3f9fef20e76267bed1b817c9dc96d561ab5ee487828109bd44ed268fbf42048f liblinear-2.20.tar.gz
+sha256 2ad9363447d0afeca34d53619163cffd502ec172bdb44d8d112c7acb99ae2558 COPYRIGHT
diff --git a/package/liblinear/liblinear.mk b/package/liblinear/liblinear.mk
index 84527ab8f5..e1a0d10909 100644
--- a/package/liblinear/liblinear.mk
+++ b/package/liblinear/liblinear.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBLINEAR_VERSION = 2.1
+LIBLINEAR_VERSION = 2.20
LIBLINEAR_SITE = http://www.csie.ntu.edu.tw/~cjlin/liblinear
LIBLINEAR_LICENSE = BSD-3-Clause
LIBLINEAR_LICENSE_FILES = COPYRIGHT
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] liblinear: bump to version 2.20
2018-05-03 15:05 [Buildroot] [PATCH 1/1] liblinear: bump to version 2.20 Fabrice Fontaine
@ 2018-05-03 19:52 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-05-03 19:52 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 3 May 2018 17:05:14 +0200, Fabrice Fontaine wrote:
> - Slightly update first patch so it can apply on this version
> - Add hash for license file
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/liblinear/0001-blas-don-t-overwrite-ar-options.patch | 5 +++--
> package/liblinear/liblinear.hash | 3 ++-
> package/liblinear/liblinear.mk | 2 +-
> 3 files changed, 6 insertions(+), 4 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-03 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 15:05 [Buildroot] [PATCH 1/1] liblinear: bump to version 2.20 Fabrice Fontaine
2018-05-03 19:52 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox