summaryrefslogtreecommitdiff
path: root/dropbear/dropbear_0.40.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 05:42:36 +0000
commit06f7d17e81de21a95e35b03453242bc62b05a6aa (patch)
treebc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /dropbear/dropbear_0.40.oe
parent4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff)
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'dropbear/dropbear_0.40.oe')
-rw-r--r--dropbear/dropbear_0.40.oe10
1 files changed, 5 insertions, 5 deletions
diff --git a/dropbear/dropbear_0.40.oe b/dropbear/dropbear_0.40.oe
index 2f36738fe3..e68cafebdb 100644
--- a/dropbear/dropbear_0.40.oe
+++ b/dropbear/dropbear_0.40.oe
@@ -1,15 +1,15 @@
-DESCRIPTION="Dropbear SSH Implementation"
-LICENSE="MIT"
-DEPENDS=virtual/libc zlib ncurses
+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}"
+S = "${WORKDIR}/${P}"
inherit autotools
CFLAGS_prepend = "-I. "
-LD=${CC}
+LD = "${CC}"
do_install_prepend () {
install -d ${D}${sbindir} ${D}${bindir}
}