yasm, migrate to BBCLASSEXTEND = "native"
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 6 Aug 2010 19:41:02 +0000 (21:41 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 6 Aug 2010 19:41:02 +0000 (21:41 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/yasm/yasm-native_0.7.2.bb [deleted file]
recipes/yasm/yasm.inc [deleted file]
recipes/yasm/yasm_0.7.2.bb

diff --git a/recipes/yasm/yasm-native_0.7.2.bb b/recipes/yasm/yasm-native_0.7.2.bb
deleted file mode 100644 (file)
index e8dbf15..0000000
+++ /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 (file)
index ecd9ef5..0000000
+++ /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
-
index 8e69d7f..d4cd457 100644 (file)
@@ -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"