From: Chris Larson Date: Fri, 21 Nov 2003 19:06:06 +0000 (+0000) Subject: Add dropbear 0.38, and fix the source url to 0.36. X-Git-Tag: Release-2010-05/1~20549 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b432aad0d35e96b48d063beafbc25fb040fabb;p=openembedded.git Add dropbear 0.38, and fix the source url to 0.36. BKrev: 3fbe621eskqEDv0fT3i7lfjKPI62AQ --- diff --git a/dropbear/dropbear_0.36.oe b/dropbear/dropbear_0.36.oe index e69de29bb2..6bda95d4dc 100644 --- a/dropbear/dropbear_0.36.oe +++ b/dropbear/dropbear_0.36.oe @@ -0,0 +1,14 @@ +DESCRIPTION="Dropbear SSH Implementation" +LICENSE="MIT" +DEPENDS=virtual/libc zlib ncurses + +SRC_URI="http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2" +S="${WORKDIR}/${P}" + +inherit autotools + +CFLAGS_append = " -I${S}/libtomcrypt" +LD=${CC} +do_install_prepend () { + install -d ${D}/usr/sbin ${D}/usr/bin +} diff --git a/dropbear/dropbear_0.38.oe b/dropbear/dropbear_0.38.oe new file mode 100644 index 0000000000..e69de29bb2