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 | |
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
-rw-r--r-- | bootsplash/bootsplash-native_3.0.7.oe | 0 | ||||
-rw-r--r-- | bootsplash/bootsplash_3.0.7.oe | 0 | ||||
-rw-r--r-- | gputty/gputty/conf.patch | 0 | ||||
-rw-r--r-- | gputty/gputty/gputty | 0 | ||||
-rw-r--r-- | gputty/gputty_0.9.7.oe | 0 | ||||
-rw-r--r-- | gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch | 0 | ||||
-rw-r--r-- | gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.oe | 0 | ||||
-rw-r--r-- | nasm/nasm_0.98.38.oe | 2 | ||||
-rw-r--r-- | readline/readline_4.3.oe | 4 | ||||
-rw-r--r-- | syslinux/syslinux-native_2.11.oe | 0 | ||||
-rw-r--r-- | xscreensaver/xscreensaver-4.16/XScreenSaver | 0 | ||||
-rw-r--r-- | xscreensaver/xscreensaver-4.16/configure.patch | 0 | ||||
-rw-r--r-- | xscreensaver/xscreensaver-4.16/fixes.patch | 0 | ||||
-rw-r--r-- | xscreensaver/xscreensaver_4.16.oe | 0 |
14 files changed, 4 insertions, 2 deletions
diff --git a/bootsplash/bootsplash-native_3.0.7.oe b/bootsplash/bootsplash-native_3.0.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bootsplash/bootsplash-native_3.0.7.oe diff --git a/bootsplash/bootsplash_3.0.7.oe b/bootsplash/bootsplash_3.0.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/bootsplash/bootsplash_3.0.7.oe diff --git a/gputty/gputty/conf.patch b/gputty/gputty/conf.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gputty/gputty/conf.patch diff --git a/gputty/gputty/gputty b/gputty/gputty/gputty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gputty/gputty/gputty diff --git a/gputty/gputty_0.9.7.oe b/gputty/gputty_0.9.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gputty/gputty_0.9.7.oe diff --git a/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch b/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch diff --git a/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.oe b/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gtk2-ssh-askpass/gtk2-ssh-askpass_0.3.oe 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" diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe index afda861f0d..8dbe021cd8 100644 --- a/readline/readline_4.3.oe +++ b/readline/readline_4.3.oe @@ -25,8 +25,8 @@ do_install () { } do_stage() { - oe_libinstall -so -C shlib libhistory ${STAGING_LIBDIR} - oe_libinstall -so -C shlib libreadline ${STAGING_LIBDIR} + oe_libinstall -so -a -C shlib libhistory ${STAGING_LIBDIR} + oe_libinstall -so -a -C shlib libreadline ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/readline for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h \ diff --git a/syslinux/syslinux-native_2.11.oe b/syslinux/syslinux-native_2.11.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/syslinux/syslinux-native_2.11.oe diff --git a/xscreensaver/xscreensaver-4.16/XScreenSaver b/xscreensaver/xscreensaver-4.16/XScreenSaver new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xscreensaver/xscreensaver-4.16/XScreenSaver diff --git a/xscreensaver/xscreensaver-4.16/configure.patch b/xscreensaver/xscreensaver-4.16/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xscreensaver/xscreensaver-4.16/configure.patch diff --git a/xscreensaver/xscreensaver-4.16/fixes.patch b/xscreensaver/xscreensaver-4.16/fixes.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xscreensaver/xscreensaver-4.16/fixes.patch diff --git a/xscreensaver/xscreensaver_4.16.oe b/xscreensaver/xscreensaver_4.16.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/xscreensaver/xscreensaver_4.16.oe |