diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2004-12-03 20:11:56 +0000 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2004-12-03 20:11:56 +0000 |
commit | 04b4785222bf8e37842ec831ce83ddcee14cd400 (patch) | |
tree | 29511b0e2a67208b32d2f8e779ee0ffe04ba8178 /nasm | |
parent | 492457a85abbd41d7a37efe76108ecde3c72d307 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into forsteri.amd.com:/users/jcrouse/bk/oe-devel/packages
2004/12/03 13:11:36-07:00 amd.com!jcrouse
Many files:
Add gputty, gtk2-ssh-askpass, syslinux and xscreensaver.
Add license to nasm, and copy .a libs to stage in readline
2004/12/03 12:32:53-07:00 amd.com!jcrouse
add bootsplash utilities
BKrev: 41b0c88ckOYBlq8xk-1A4aDNTc2XvQ
Diffstat (limited to 'nasm')
-rw-r--r-- | nasm/nasm_0.98.38.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe index 8bbda9c875..0aee9f9faf 100644 --- a/nasm/nasm_0.98.38.oe +++ b/nasm/nasm_0.98.38.oe @@ -2,6 +2,8 @@ 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" |