summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/nasm/nasm_2.07.bb (renamed from meta/packages/nasm/nasm_0.98.38.bb)13
1 files changed, 10 insertions, 3 deletions
diff --git a/meta/packages/nasm/nasm_0.98.38.bb b/meta/packages/nasm/nasm_2.07.bb
index 7c92a3465d..5c4f9f6923 100644
--- a/meta/packages/nasm/nasm_0.98.38.bb
+++ b/meta/packages/nasm/nasm_2.07.bb
@@ -1,12 +1,19 @@
1DESCRIPTION = "General-purpose x86 assembler" 1DESCRIPTION = "General-purpose x86 assembler"
2SECTION = "devel" 2SECTION = "devel"
3LICENSE = "GPL" 3LICENSE = "simplifiedBSD"
4LIC_CHKSUM_FILES = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb"
4COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' 5COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
5 6
6SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2" 7PR = "r0"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2 "
7 10
8inherit autotools 11inherit autotools
9 12
13do_configure_prepend () {
14 mv aclocal.m4 acinclude.m4
15}
16
10do_install() { 17do_install() {
11 install -d ${D}${bindir} 18 install -d ${D}${bindir}
12 install -d ${D}${mandir}/man1 19 install -d ${D}${mandir}/man1
@@ -15,4 +22,4 @@ do_install() {
15} 22}
16 23
17BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"
18NATIVE_INSTALL_WORKS = "1" \ No newline at end of file 25NATIVE_INSTALL_WORKS = "1"