git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147f7c2
)
use COMPATIBLE_HOST - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 16:50:27 +0000
(16:50 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 2 May 2004 16:50:27 +0000
(16:50 +0000)
BKrev: 409526d3jhKUl1ZZEaB6xgfdPSA_Qg
nasm/nasm_0.98.38.oe
patch
|
blob
|
history
diff --git
a/nasm/nasm_0.98.38.oe
b/nasm/nasm_0.98.38.oe
index
e69de29
..
4fcc54a
100644
(file)
--- a/
nasm/nasm_0.98.38.oe
+++ b/
nasm/nasm_0.98.38.oe
@@
-0,0
+1,15
@@
+SECTION = "devel"
+DESCRIPTION = "General-purpose x86 assembler"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+COMPATIBLE_HOST = 'i.86.*-linux'
+
+SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/nasm/nasm-${PV}.tar.bz2"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -d ${D}/${datadir}/man/man1
+
+ oe_runmake 'INSTALLROOT=${D}' install
+}