From e6f36c103c4031845be67cc218a39d6e76374a0f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 5 Mar 2004 18:14:30 +0000 Subject: Fix the dropbear builds when we have an external libtomcrypt laying around. BKrev: 4048c386I5NHiWpdkqKo2LG9tv0F8w --- dropbear/dropbear_0.40.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dropbear/dropbear_0.40.oe') diff --git a/dropbear/dropbear_0.40.oe b/dropbear/dropbear_0.40.oe index e69de29bb2..2f36738fe3 100644 --- a/dropbear/dropbear_0.40.oe +++ b/dropbear/dropbear_0.40.oe @@ -0,0 +1,15 @@ +DESCRIPTION="Dropbear SSH Implementation" +LICENSE="MIT" +DEPENDS=virtual/libc zlib ncurses + +SRC_URI="http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" +S="${WORKDIR}/${P}" + +inherit autotools + +CFLAGS_prepend = "-I. " +LD=${CC} +do_install_prepend () { + install -d ${D}${sbindir} ${D}${bindir} +} -- cgit v1.2.3