summaryrefslogtreecommitdiff
path: root/recipes/yasm/yasm_0.7.2.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 21:41:02 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 21:41:02 +0200
commit063cff0e7197c316499746c07f68c0a4ddfddf13 (patch)
treecef10b27ff452372aec2e07b6499fdc26ee638c0 /recipes/yasm/yasm_0.7.2.bb
parent04cb7fb37481f680e572e707320066f12f4946f4 (diff)
yasm, migrate to BBCLASSEXTEND = "native"
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/yasm/yasm_0.7.2.bb')
-rw-r--r--recipes/yasm/yasm_0.7.2.bb12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes/yasm/yasm_0.7.2.bb b/recipes/yasm/yasm_0.7.2.bb
index 8e69d7fb00..d4cd457681 100644
--- a/recipes/yasm/yasm_0.7.2.bb
+++ b/recipes/yasm/yasm_0.7.2.bb
@@ -1,5 +1,15 @@
-require yasm.inc
+DESCRIPTION = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
+LICENSE = "BSD"
+HOMEPAGE = "http://www.tortall.net/projects/yasm/"
+PR = "r1"
+SRC_URI = "http://www.tortall.net/projects/yasm/releases/yasm-${PV}.tar.gz"
+
+S = "${WORKDIR}/yasm-${PV}"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "cc9360593de5625dca286f0bfcb27dd5"
SRC_URI[sha256sum] = "2c4f916883cbaf5c177a3fd105c3180bd0f574c87d7215ecfbe5b087efcc0dd6"