summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-05-17 22:56:42 -0500
committerTom Zanussi <tom.zanussi@intel.com>2012-05-30 14:22:51 -0500
commitf4f59e1959e63d1d81e5acdf608a3a9e9c5f1dfc (patch)
tree64d20a4d1cda3200a3d3b641b8d9749f91154f45
parent5efb4b7ef52b599c6e52a07c3346c01cc54985d6 (diff)
downloadmeta-intel-f4f59e1959e63d1d81e5acdf608a3a9e9c5f1dfc.tar.gz
yasm: new recipe
x86 (SSE) assembler supporting NASM and GAS-syntaxes, needed by ffmpeg. Taken from oe-classic (git://git.openembedded.org/openembedded): commit 22f72e1751108cf5092332a952fcbadec5cd1a0d Author: Khem Raj <raj.khem@gmail.com> Date: Tue Mar 22 12:21:50 2011 -0700 yasm: Upgrade yasm_0.7.2.bb -> yasm_1.1.0.bb Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--common/recipes-support/yasm/yasm_1.1.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/recipes-support/yasm/yasm_1.1.0.bb b/common/recipes-support/yasm/yasm_1.1.0.bb
new file mode 100644
index 00000000..7c3fc863
--- /dev/null
+++ b/common/recipes-support/yasm/yasm_1.1.0.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
2LICENSE = "BSD"
3HOMEPAGE = "http://www.tortall.net/projects/yasm/"
4PR = "r0"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=26c9f3d11f88911950f9ff62189d3d4f"
7
8SRC_URI = "http://www.tortall.net/projects/yasm/releases/yasm-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "8392e5f2235c2c2a981e1a633f2698cb"
11SRC_URI[sha256sum] = "e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232"
12
13S = "${WORKDIR}/yasm-${PV}"
14
15inherit autotools gettext
16
17BBCLASSEXTEND = "native"