aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yasm/yasm.inc
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@witty.(none)>2009-03-29 00:10:54 +0100
committerLeon Woestenberg <leon@witty.(none)>2009-03-29 00:12:10 +0100
commit7b383197a2d1b8730f2cee59ce5ab418277b8af4 (patch)
tree91a95d659e9e66a78aaeb22c6457109dd26362bc /recipes/yasm/yasm.inc
parent0ee45495fb0e27961b5d5cdb5dd192b314908833 (diff)
downloadopenembedded-7b383197a2d1b8730f2cee59ce5ab418277b8af4.tar.gz
yasm: New recipe.
Diffstat (limited to 'recipes/yasm/yasm.inc')
-rw-r--r--recipes/yasm/yasm.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/yasm/yasm.inc b/recipes/yasm/yasm.inc
new file mode 100644
index 0000000000..ecd9ef5761
--- /dev/null
+++ b/recipes/yasm/yasm.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
+LICENSE = "BSD"
+HOMEPAGE = "http://www.tortall.net/projects/yasm/"
+
+SRC_URI = "http://www.tortall.net/projects/yasm/releases/yasm-${PV}.tar.gz"
+
+S = "${WORKDIR}/yasm-${PV}"
+
+inherit autotools
+