Commit bf0ea51f authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

gmp: add license information

parent d97187f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ GMP_VERSION = 5.0.5
GMP_SITE = $(BR2_GNU_MIRROR)/gmp
GMP_SOURCE = gmp-$(GMP_VERSION).tar.bz2
GMP_INSTALL_STAGING = YES
GMP_LICENSE = LGPLv3+
GMP_LICENSE_FILES = COPYING.LIB

# Bad ARM assembly breaks on pure thumb
ifeq ($(ARCH),arm)