summaryrefslogtreecommitdiff
path: root/nasm
diff options
context:
space:
mode:
Diffstat (limited to 'nasm')
-rw-r--r--nasm/nasm-native_0.98.38.bb0
-rw-r--r--nasm/nasm-native_0.98.38.oe4
-rw-r--r--nasm/nasm_0.98.38.bb0
-rw-r--r--nasm/nasm_0.98.38.oe17
4 files changed, 0 insertions, 21 deletions
diff --git a/nasm/nasm-native_0.98.38.bb b/nasm/nasm-native_0.98.38.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nasm/nasm-native_0.98.38.bb
diff --git a/nasm/nasm-native_0.98.38.oe b/nasm/nasm-native_0.98.38.oe
deleted file mode 100644
index bf54fe2389..0000000000
--- a/nasm/nasm-native_0.98.38.oe
+++ /dev/null
@@ -1,4 +0,0 @@
-SECTION = "unknown"
-include nasm_${PV}.oe
-S = "${WORKDIR}/nasm-${PV}"
-inherit native
diff --git a/nasm/nasm_0.98.38.bb b/nasm/nasm_0.98.38.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/nasm/nasm_0.98.38.bb
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe
deleted file mode 100644
index 0aee9f9faf..0000000000
--- a/nasm/nasm_0.98.38.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "devel"
-DESCRIPTION = "General-purpose x86 assembler"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-COMPATIBLE_HOST = 'i.86.*-(linux|freebsd.*)'
-LICENSE = "GPL"
-SECTION = "dev-lang"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"
-
-inherit autotools
-
-do_install() {
- install -d ${D}/${bindir}
- install -d ${D}/${datadir}/man/man1
-
- oe_runmake 'INSTALLROOT=${D}' install
-}