[Buildroot] [PATCH 2/2] liberation: bump to version 2.00.1

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Apr 1 20:42:15 UTC 2015


Also add hash file and switch license.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/liberation/liberation.hash | 2 ++
 package/liberation/liberation.mk   | 7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 package/liberation/liberation.hash

diff --git a/package/liberation/liberation.hash b/package/liberation/liberation.hash
new file mode 100644
index 0000000..3432880
--- /dev/null
+++ b/package/liberation/liberation.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256	7890278a6cd17873c57d9cd785c2d230d9abdea837e96516019c5885dd271504	liberation-fonts-ttf-2.00.1.tar.gz
diff --git a/package/liberation/liberation.mk b/package/liberation/liberation.mk
index 815aeba..dfed086 100644
--- a/package/liberation/liberation.mk
+++ b/package/liberation/liberation.mk
@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-LIBERATION_VERSION = 1.06.0.20100721
+LIBERATION_VERSION = 2.00.1
 LIBERATION_SITE = http://www.fedorahosted.org/releases/l/i/liberation-fonts
 LIBERATION_SOURCE = liberation-fonts-ttf-$(LIBERATION_VERSION).tar.gz
 LIBERATION_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/liberation
-# Bump to 2.x changes license!!
-LIBERATION_LICENSE = GPLv2 with exceptions
-LIBERATION_LICENSE_FILES = License.txt
+LIBERATION_LICENSE = OFLv1.1
+LIBERATION_LICENSE_FILES = LICENSE
 
 ifeq ($(BR2_PACKAGE_LIBERATION_MONO),y)
 define LIBERATION_INSTALL_MONO
-- 
2.0.5



More information about the buildroot mailing list