aboutsummaryrefslogtreecommitdiffstats
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
parent04cb7fb37481f680e572e707320066f12f4946f4 (diff)
downloadopenembedded-063cff0e7197c316499746c07f68c0a4ddfddf13.tar.gz
yasm, migrate to BBCLASSEXTEND = "native"
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/yasm/yasm-native_0.7.2.bb7
-rw-r--r--recipes/yasm/yasm.inc10
-rw-r--r--recipes/yasm/yasm_0.7.2.bb12
3 files changed, 11 insertions, 18 deletions
diff --git a/recipes/yasm/yasm-native_0.7.2.bb b/recipes/yasm/yasm-native_0.7.2.bb
deleted file mode 100644
index e8dbf154ef..0000000000
--- a/recipes/yasm/yasm-native_0.7.2.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require yasm.inc
-
-inherit native
-
-
-SRC_URI[md5sum] = "cc9360593de5625dca286f0bfcb27dd5"
-SRC_URI[sha256sum] = "2c4f916883cbaf5c177a3fd105c3180bd0f574c87d7215ecfbe5b087efcc0dd6"
diff --git a/recipes/yasm/yasm.inc b/recipes/yasm/yasm.inc
deleted file mode 100644
index ecd9ef5761..0000000000
--- a/recipes/yasm/yasm.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-
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"