summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-09 19:24:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-09 19:24:39 +0000
commit59be44e385cd9ec0bf000bd89e52585228c5c55a (patch)
tree0ab16a5131213eaaacdf27a1f8b562d9035db737
parent9f80c5f4cadff8c2c44c1714d95337021c65ee13 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/05/09 21:24:34+02:00 uni-frankfurt.de!mickey fix dropbear postinst and remove some of the older ones BKrev: 409e85773s6vjz_WL2cqBkPDJYOZcQ
-rw-r--r--dropbear/dropbear-0.40/configure.patch0
-rw-r--r--dropbear/dropbear_0.36.oe14
-rw-r--r--dropbear/dropbear_0.38.oe14
-rw-r--r--dropbear/dropbear_0.40.oe15
-rw-r--r--dropbear/dropbear_0.41.oe4
5 files changed, 2 insertions, 45 deletions
diff --git a/dropbear/dropbear-0.40/configure.patch b/dropbear/dropbear-0.40/configure.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/dropbear/dropbear-0.40/configure.patch
+++ /dev/null
diff --git a/dropbear/dropbear_0.36.oe b/dropbear/dropbear_0.36.oe
deleted file mode 100644
index d10c993135..0000000000
--- a/dropbear/dropbear_0.36.oe
+++ /dev/null
@@ -1,14 +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"
-S = "${WORKDIR}/dropbear-${PV}"
-
-inherit autotools
-
-CFLAGS_prepend = "-I. "
-LD = "${CC}"
-do_install_prepend () {
- install -d ${D}${sbindir} ${D}${bindir}
-}
diff --git a/dropbear/dropbear_0.38.oe b/dropbear/dropbear_0.38.oe
deleted file mode 100644
index d10c993135..0000000000
--- a/dropbear/dropbear_0.38.oe
+++ /dev/null
@@ -1,14 +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"
-S = "${WORKDIR}/dropbear-${PV}"
-
-inherit autotools
-
-CFLAGS_prepend = "-I. "
-LD = "${CC}"
-do_install_prepend () {
- install -d ${D}${sbindir} ${D}${bindir}
-}
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}
-}
diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe
index 30a598c551..cde8246f41 100644
--- a/dropbear/dropbear_0.41.oe
+++ b/dropbear/dropbear_0.41.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "Dropbear SSH Implementation"
LICENSE = "MIT"
DEPENDS = "virtual/libc zlib ncurses"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
file://${FILESDIR}/configure.patch;patch=1"
@@ -20,7 +20,7 @@ do_install_prepend () {
}
pkg_postinst_append () {
-if [ "x$D" != "x" ]; then
+if [ "x$D" = "x" ]; then
if [ ! -f "${sysconfdir}/dropbear/dropbear_rsa_host_key" ]; then
dropbearkey -t rsa -f ${sysconfdir}/dropbear/dropbear_rsa_host_key
fi