[Buildroot] [git commit branch/2019.02.x] package/armadillo: fix license

Peter Korsgaard peter at korsgaard.com
Sat Mar 14 16:33:38 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=ce3a9252f23aa7533f0dfea52fe2b41e13978827
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

License is Apache-2.0 since version 7.800:
http://arma.sourceforge.net/license.html

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 9918596544323bc0bceb1c40363b208962462f36)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/armadillo/armadillo.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/armadillo/armadillo.mk b/package/armadillo/armadillo.mk
index b5fe403a7a..5d9e3eda57 100644
--- a/package/armadillo/armadillo.mk
+++ b/package/armadillo/armadillo.mk
@@ -9,7 +9,7 @@ ARMADILLO_SOURCE = armadillo-$(ARMADILLO_VERSION).tar.xz
 ARMADILLO_SITE = https://downloads.sourceforge.net/project/arma
 ARMADILLO_DEPENDENCIES = clapack
 ARMADILLO_INSTALL_STAGING = YES
-ARMADILLO_LICENSE = MPL-2.0
+ARMADILLO_LICENSE = Apache-2.0
 ARMADILLO_LICENSE_FILES = LICENSE.txt
 
 $(eval $(cmake-package))


More information about the buildroot mailing list