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:
d79e6a2
)
nasm: fix SECTION
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Sun, 11 Feb 2007 23:23:33 +0000
(23:23 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Sun, 11 Feb 2007 23:23:33 +0000
(23:23 +0000)
packages/nasm/nasm_0.98.38.bb
patch
|
blob
|
history
diff --git
a/packages/nasm/nasm_0.98.38.bb
b/packages/nasm/nasm_0.98.38.bb
index
3b9bf36
..
86e7f2b
100644
(file)
--- a/
packages/nasm/nasm_0.98.38.bb
+++ b/
packages/nasm/nasm_0.98.38.bb
@@
-1,8
+1,7
@@
-SECTION = "devel"
DESCRIPTION = "General-purpose x86 assembler"
-COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
+SECTION = "devel"
LICENSE = "GPL"
-SECTION = "dev-lang"
+COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"