yasm: Fix build with autotools 2.70+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-02-03 14:28:25 -08:00
parent 12923e95e0
commit efa63d8ffb
2 changed files with 42 additions and 1 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ DEPENDS += "flex-native bison-native xmlto-native"
PV = "1.3.0+git${SRCPV}"
# v1.3.0
SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a"
SRC_URI = "git://github.com/yasm/yasm.git"
SRC_URI = "git://github.com/yasm/yasm.git \
file://0001-Do-not-use-AC_HEADER_STDC.patch \
"
S = "${WORKDIR}/git"