summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yasm/yasm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/yasm/yasm_git.bb')
-rw-r--r--meta-oe/recipes-devtools/yasm/yasm_git.bb4
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"
9PV = "1.3.0+git${SRCPV}" 9PV = "1.3.0+git${SRCPV}"
10# v1.3.0 10# v1.3.0
11SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a" 11SRCREV = "ba463d3c26c0ece2e797b8d6381b161633b5971a"
12SRC_URI = "git://github.com/yasm/yasm.git" 12SRC_URI = "git://github.com/yasm/yasm.git \
13 file://0001-Do-not-use-AC_HEADER_STDC.patch \
14"
13 15
14S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
15 17