diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-13 23:37:52 +0100 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-08-14 18:40:40 -0500 |
| commit | 3be52cc95ff2c43d9d3c46c03c636e520ebefebc (patch) | |
| tree | 1800b6453200e06e6a28fe9ab3e1e26b07c7e2fd /common | |
| parent | ddbbbf3a5a601703117c3f37f436b9437d46dde4 (diff) | |
| download | meta-intel-3be52cc95ff2c43d9d3c46c03c636e520ebefebc.tar.gz | |
yasm: remove
This is now in OE-Core.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/recipes-support/yasm/yasm_1.1.0.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/common/recipes-support/yasm/yasm_1.1.0.bb b/common/recipes-support/yasm/yasm_1.1.0.bb deleted file mode 100644 index 7c3fc863..00000000 --- a/common/recipes-support/yasm/yasm_1.1.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "x86 (SSE) assembler supporting NASM and GAS-syntaxes" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | HOMEPAGE = "http://www.tortall.net/projects/yasm/" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=26c9f3d11f88911950f9ff62189d3d4f" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.tortall.net/projects/yasm/releases/yasm-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "8392e5f2235c2c2a981e1a633f2698cb" | ||
| 11 | SRC_URI[sha256sum] = "e5d56b582f3d0c30ed5c4fc221063e4175602307ea645520889458133671c232" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/yasm-${PV}" | ||
| 14 | |||
| 15 | inherit autotools gettext | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
