[Buildroot] [git commit] nasm: add license information

Peter Korsgaard peter at korsgaard.com
Wed Jun 25 21:03:41 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=dc72c48c5c034c17b3f3b5f9caac8e70bbb51d7b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/nasm/nasm.mk |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk
index 18efa4a..b9077eb 100644
--- a/package/nasm/nasm.mk
+++ b/package/nasm/nasm.mk
@@ -5,8 +5,10 @@
 ################################################################################
 
 NASM_VERSION = 2.11.02
-NASM_SOURCE  = nasm-$(NASM_VERSION).tar.xz
-NASM_SITE    = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
+NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
+NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
+NASM_LICENSE = BSD-2c
+NASM_LICENSE_FILES = LICENSE
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))


More information about the buildroot mailing list