diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /lsh | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'lsh')
-rw-r--r-- | lsh/lsh_1.5.5.bb | 0 | ||||
-rw-r--r-- | lsh/lsh_1.5.5.oe | 35 |
2 files changed, 0 insertions, 35 deletions
diff --git a/lsh/lsh_1.5.5.bb b/lsh/lsh_1.5.5.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/lsh/lsh_1.5.5.bb diff --git a/lsh/lsh_1.5.5.oe b/lsh/lsh_1.5.5.oe deleted file mode 100644 index c9d7ae864a..0000000000 --- a/lsh/lsh_1.5.5.oe +++ /dev/null @@ -1,35 +0,0 @@ -LICENSE = GPL -SECTION = "console/network" -DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \ -(version 2) protocol. It includes a server, a client, and some \ -utility programs." -DEPENDS = "zlib gmp liboop" - -SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz" -S = "${WORKDIR}/lsh-${PV}" - -inherit autotools -configopts = " --enable-debug-alloc Enable memory allocation sanity checks \ - --enable-debug-trace Enable tracing support \ - --enable-gcov Instrument for gcov (requires a modern gcc) \ - --without-pty Disable pty support \ - --disable-srp Disable the (experimental) support for SRP \ - --disable-kerberos Don't support kerberos \ - --disable-pam Don't support PAM \ - --disable-datafellows-workarounds \ - --enable-initgroups-workaround \ - --disable-tcp-forward Disable tcp forwarding \ - --disable-x11-forward Disable x11 forwarding (proxy only) \ - --disable-agent-forward Disable auth-agent forwarding (proxy only) \ - --disable-ipv6 Disable IPv6 support \ - --disable-utmp Disable utmp and wtmp support \ - --without-zlib Don't use zlib compression \ - --with-tcpwrappers Use tcp-wrappers for filtering connections \ - --with-sshd1=PROGRAM support fallback to SSH1 daemon \ - --with-scheme=PROGRAM Use a particular scheme implementation \ - --without-system-argp Don't use the system's argp \ - --with-include-path A colon-separated list of directories to search for \ - --with-lib-path A colon-separated list of directories to search for \ - --with-x use the X Window System" -EXTRA_OECONF = "--disable-srp --disable-kerberos --disable-pam \ - --without-x" |