summaryrefslogtreecommitdiff
path: root/dropbear/dropbear_0.41.oe
blob: 24123d816d630c16e9ed9bcb387cad1a1420710b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}/dropbear-${PV}"

inherit autotools

CFLAGS_prepend = "-I. "
LD = "${CC}"
do_install_prepend () {
	install -d ${D}${sbindir} ${D}${bindir}
}