Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/yasm/Config.in
Normal file
10
deprecated/firmware/buildroot/package/yasm/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_YASM
|
||||
bool "yasm"
|
||||
depends on BR2_i386 || BR2_x86_64
|
||||
help
|
||||
Yasm is a complete rewrite of the NASM-2.10.01 assembler.
|
||||
It supports the x86 and AMD64 instruction sets, accepts NASM
|
||||
and GAS assembler syntaxes and outputs binary, ELF32 and ELF64
|
||||
object formats.
|
||||
|
||||
http://www.tortall.net/projects/yasm/
|
||||
2
deprecated/firmware/buildroot/package/yasm/yasm.hash
Normal file
2
deprecated/firmware/buildroot/package/yasm/yasm.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz
|
||||
20
deprecated/firmware/buildroot/package/yasm/yasm.mk
Normal file
20
deprecated/firmware/buildroot/package/yasm/yasm.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# yasm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YASM_VERSION = 1.3.0
|
||||
YASM_SITE = http://www.tortall.net/projects/yasm/releases
|
||||
|
||||
define YASM_PRE_CONFIGURE_FIXUP
|
||||
# This sed prevents it compiling 2 programs (vsyasm and ytasm)
|
||||
# that are only of use on Microsoft Windows.
|
||||
sed -i 's#) ytasm.*#)#' $(@D)/Makefile.in
|
||||
endef
|
||||
|
||||
YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
|
||||
HOST_YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user