From 3c373ad4d96cc91c50ceb245b17995dc9e21a37d Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 26 Sep 2012 13:17:43 +0200 Subject: dropbear: Fix download location All release tarballs have moved into a subdir. Signed-off-by: Florian Boor --- recipes/dropbear/dropbear.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dropbear/dropbear.inc b/recipes/dropbear/dropbear.inc index d69c23bf79..b36f451523 100644 --- a/recipes/dropbear/dropbear.inc +++ b/recipes/dropbear/dropbear.inc @@ -9,7 +9,7 @@ RPROVIDES_${PN} = "ssh sshd" INC_PR = "r7" SRC_URI = "\ - http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2 \ + http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ file://urandom-xauth-changes-to-options.h.patch \ file://configure.patch \ file://fix-2kb-keys.patch \ -- cgit 1.2.3-korg