diff options
Diffstat (limited to 'dropbear/dropbear_0.40.oe')
-rw-r--r-- | dropbear/dropbear_0.40.oe | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dropbear/dropbear_0.40.oe b/dropbear/dropbear_0.40.oe deleted file mode 100644 index 24123d816d..0000000000 --- a/dropbear/dropbear_0.40.oe +++ /dev/null @@ -1,15 +0,0 @@ -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} -} |