[oe-commits] Leon Woestenberg : yasm: New recipe.

GIT User account git at amethyst.openembedded.net
Sat Mar 28 23:14:24 UTC 2009


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

Author: Leon Woestenberg <leon at witty.(none)>
Date:   Sun Mar 29 00:10:54 2009 +0100

yasm: New recipe.

---

 recipes/yasm/yasm-native_0.7.2.bb |    4 ++++
 recipes/yasm/yasm.inc             |   10 ++++++++++
 recipes/yasm/yasm_0.7.2.bb        |    2 ++
 3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/yasm/yasm-native_0.7.2.bb b/recipes/yasm/yasm-native_0.7.2.bb
new file mode 100644
index 0000000..7a5db09
--- /dev/null
+++ b/recipes/yasm/yasm-native_0.7.2.bb
@@ -0,0 +1,4 @@
+require yasm.inc
+
+inherit native
+
diff --git a/recipes/yasm/yasm.inc b/recipes/yasm/yasm.inc
new file mode 100644
index 0000000..ecd9ef5
--- /dev/null
+++ b/recipes/yasm/yasm.inc
@@ -0,0 +1,10 @@
+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
new file mode 100644
index 0000000..d4b9454
--- /dev/null
+++ b/recipes/yasm/yasm_0.7.2.bb
@@ -0,0 +1,2 @@
+require yasm.inc
+





More information about the Openembedded-commits mailing list