nasm: fix SECTION
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 11 Feb 2007 23:23:33 +0000 (23:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 11 Feb 2007 23:23:33 +0000 (23:23 +0000)
packages/nasm/nasm_0.98.38.bb

index 3b9bf36..86e7f2b 100644 (file)
@@ -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"