package/liblinear: bump to version 2.01

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jörg Krause 2015-09-19 23:33:49 +02:00 committed by Thomas Petazzoni
parent bccecbe1e6
commit a7fbe1dfbe
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
# Locally calculated
sha256 0ab97ca81c62457fcfe78f56619a7b2f70c1f7c875b4101827343555b4f6c3f4 liblinear-1.96.tar.gz
sha256 ebc71999224f5779574b11e248f1e2ef647b5d839c0380c1c5a4ac8789aa95a9 liblinear-2.01.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBLINEAR_VERSION = 1.96
LIBLINEAR_VERSION = 2.01
LIBLINEAR_SITE = http://www.csie.ntu.edu.tw/~cjlin/liblinear
LIBLINEAR_LICENSE = BSD-3c
LIBLINEAR_LICENSE_FILES = COPYRIGHT
@ -14,8 +14,8 @@ LIBLINEAR_CFLAGS = $(TARGET_CFLAGS)
ifeq ($(BR2_SHARED_LIBS)$(BR2_SHARED_STATIC_LIBS),y)
# $1: destination directory
define LIBLINEAR_INSTALL_SHARED
$(INSTALL) -m 0644 -D $(@D)/liblinear.so.2 $(1)/usr/lib/liblinear.so.2
ln -sf liblinear.so.2 $(1)/usr/lib/liblinear.so
$(INSTALL) -m 0644 -D $(@D)/liblinear.so.3 $(1)/usr/lib/liblinear.so.3
ln -sf liblinear.so.3 $(1)/usr/lib/liblinear.so
endef
LIBLINEAR_CFLAGS += -fPIC
endif