nasm: upgrade from 0.98.38 to 2.07

Fixed the build issue by adding do_configure_prepend line to the recipe.
Updated metadata variables like LICENSE & LIC_CHKSUM_FILES

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble 2010-06-23 02:52:14 -07:00 committed by Saul Wold
parent ea7fbed643
commit 7e01b2f759
1 changed files with 10 additions and 3 deletions

View File

@ -1,12 +1,19 @@
DESCRIPTION = "General-purpose x86 assembler"
SECTION = "devel"
LICENSE = "GPL"
LICENSE = "simplifiedBSD"
LIC_CHKSUM_FILES = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb"
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2 "
inherit autotools
do_configure_prepend () {
mv aclocal.m4 acinclude.m4
}
do_install() {
install -d ${D}${bindir}
install -d ${D}${mandir}/man1
@ -15,4 +22,4 @@ do_install() {
}
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"
NATIVE_INSTALL_WORKS = "1"