From 2edeb4cb22ea98a06c7a593431b70a4062c1b2fd Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Sep 2003 18:51:54 +0000 Subject: BUGFIX: add staging function for ncurses, and make dropbear and zsh build. BKrev: 3f5e214aJ9TnzKvd0sHVB6qF-CvHEg --- content/dropbear-0.36.oe | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'content/dropbear-0.36.oe') diff --git a/content/dropbear-0.36.oe b/content/dropbear-0.36.oe index b8f04ae0a3..1d4b748074 100644 --- a/content/dropbear-0.36.oe +++ b/content/dropbear-0.36.oe @@ -1,6 +1,14 @@ DESCRIPTION="Dropbear SSH Implementation" LICENSE="MIT" SRC_URI="http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2" -DEPENDS=virtual/libc base/zlib +DEPENDS=virtual/libc zlib ncurses S="${WORKDIR}/${P}" + +CFLAGS_append = " -I${S}/libtomcrypt" +LD=${CC} +do_install () { + set -e + install -d ${D}/usr/sbin + oe_runmake DESTDIR=${D} install +} -- cgit v1.2.3