summaryrefslogtreecommitdiff
path: root/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'dropbear')
-rw-r--r--dropbear/dropbear_0.36.oe2
-rw-r--r--dropbear/dropbear_0.38.oe14
2 files changed, 15 insertions, 1 deletions
diff --git a/dropbear/dropbear_0.36.oe b/dropbear/dropbear_0.36.oe
index 6bda95d4dc..f837b3b2fd 100644
--- a/dropbear/dropbear_0.36.oe
+++ b/dropbear/dropbear_0.36.oe
@@ -10,5 +10,5 @@ inherit autotools
CFLAGS_append = " -I${S}/libtomcrypt"
LD=${CC}
do_install_prepend () {
- install -d ${D}/usr/sbin ${D}/usr/bin
+ install -d ${D}${sbindir} ${D}${bindir}
}
diff --git a/dropbear/dropbear_0.38.oe b/dropbear/dropbear_0.38.oe
index e69de29bb2..f837b3b2fd 100644
--- a/dropbear/dropbear_0.38.oe
+++ b/dropbear/dropbear_0.38.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}${sbindir} ${D}${bindir}
+}