[oe-commits] Florian Boor : dropbear: Fix download location

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:02:12 UTC 2012


Module: openembedded.git
Branch: master
Commit: 3c373ad4d96cc91c50ceb245b17995dc9e21a37d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=3c373ad4d96cc91c50ceb245b17995dc9e21a37d

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Wed Sep 26 13:17:43 2012 +0200

dropbear: Fix download location

All release tarballs have moved into a subdir.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/dropbear/dropbear.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/dropbear/dropbear.inc b/recipes/dropbear/dropbear.inc
index d69c23b..b36f451 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 \





More information about the Openembedded-commits mailing list