[oe-commits] Frans Meulenbroeks : yasm, migrate to BBCLASSEXTEND = "native"

git version control git at git.openembedded.org
Fri Aug 6 19:41:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 063cff0e7197c316499746c07f68c0a4ddfddf13
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=063cff0e7197c316499746c07f68c0a4ddfddf13

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Aug  6 21:41:02 2010 +0200

yasm, migrate to  BBCLASSEXTEND = "native"

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/yasm/yasm-native_0.7.2.bb |    7 -------
 recipes/yasm/yasm.inc             |   10 ----------
 recipes/yasm/yasm_0.7.2.bb        |   12 +++++++++++-
 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 e8dbf15..0000000
--- 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 ecd9ef5..0000000
--- 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 8e69d7f..d4cd457 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"





More information about the Openembedded-commits mailing list