diff options
-rw-r--r-- | recipes/yasm/yasm-native_0.7.2.bb | 4 | ||||
-rw-r--r-- | recipes/yasm/yasm.inc | 10 | ||||
-rw-r--r-- | 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 0000000000..7a5db09e12 --- /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 0000000000..ecd9ef5761 --- /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 0000000000..d4b9454904 --- /dev/null +++ b/recipes/yasm/yasm_0.7.2.bb @@ -0,0 +1,2 @@ +require yasm.inc + |