mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] (From OE-Core rev: bd3352880322598b0ba6dc439ff08c2e4c592e36) Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bb05814335e7101bfd8df0a11dc18a044e867bed) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
744 B
BlitzBasic
24 lines
744 B
BlitzBasic
SUMMARY = "General-purpose x86 assembler"
|
|
SECTION = "devel"
|
|
HOMEPAGE = "http://www.nasm.us/"
|
|
DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture."
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
|
|
|
|
SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
|
|
file://0001-stdlib-Add-strlcat.patch \
|
|
file://0002-Add-debug-prefix-map-option.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "04e7343d9bf112bffa9fda86f6c7c8b120c2ccd700b882e2db9f57484b1bd778"
|
|
|
|
EXTRA_AUTORECONF_append = " -I autoconf/m4"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
DEPENDS = "groff-native"
|
|
|
|
CVE_PRODUCT = "netwide_assembler"
|