diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-03 14:28:25 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-04 08:53:47 -0800 |
| commit | efa63d8ffb2b70fe5e9f6c3c080e651a04a6ee8b (patch) | |
| tree | c65f8d11cdc8fb4298b16997de126fd00bc7bb17 /meta-oe/recipes-devtools/yasm/yasm_git.bb | |
| parent | 12923e95e087e08e9152a569852e3a2d812b1d2f (diff) | |
| download | meta-openembedded-efa63d8ffb2b70fe5e9f6c3c080e651a04a6ee8b.tar.gz | |
yasm: Fix build with autotools 2.70+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/yasm/yasm_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/yasm/yasm_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index 53856263f7..cacdd74c4e 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb | |||
| @@ -9,7 +9,9 @@ DEPENDS += "flex-native bison-native xmlto-native" | |||
| 9 | PV = "1.3.0+git${SRCPV}" | 9 | PV = "1.3.0+git${SRCPV}" |
| 10 | # v1.3.0 | 10 | # v1.3.0 |
| 11 | SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" | 11 | SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" |
| 12 | SRC_URI = "git://github.com/yasm/yasm.git" | 12 | SRC_URI = "git://github.com/yasm/yasm.git \ |
| 13 | file://0001-Do-not-use-AC_HEADER_STDC.patch \ | ||
| 14 | " | ||
| 13 | 15 | ||
| 14 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 15 | 17 | ||
