mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
yasm: minor fixes that should have been part the commit adding the package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
956caf6248
commit
54fe81fbb4
@ -7,3 +7,4 @@ config BR2_PACKAGE_YASM
|
|||||||
and GAS assembler syntaxes and outputs binary, ELF32 and ELF64
|
and GAS assembler syntaxes and outputs binary, ELF32 and ELF64
|
||||||
object formats.
|
object formats.
|
||||||
|
|
||||||
|
http://www.tortall.net/projects/yasm/
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
YASM_VERSION = 1.2.0
|
YASM_VERSION = 1.2.0
|
||||||
YASM_SOURCE = yasm-$(YASM_VERSION).tar.gz
|
YASM_SOURCE = yasm-$(YASM_VERSION).tar.gz
|
||||||
YASM_SITE = http://www.tortall.net/projects/yasm/releases/
|
YASM_SITE = http://www.tortall.net/projects/yasm/releases/
|
||||||
YASM_CONF_OPT = --disable-static
|
|
||||||
|
|
||||||
define YASM_PRE_CONFIGURE_FIXUP
|
define YASM_PRE_CONFIGURE_FIXUP
|
||||||
# This sed prevents it compiling 2 programs (vsyasm and ytasm)
|
# This sed prevents it compiling 2 programs (vsyasm and ytasm)
|
||||||
@ -15,6 +14,7 @@ define YASM_PRE_CONFIGURE_FIXUP
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
|
YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
|
||||||
|
HOST_YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user