summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/nasm/nasm.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk
index 18efa4af60..b9077eb64f 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))
OpenPOWER on IntegriCloud