[oe-commits] Martin Jansa : aircrack_2.1: update SRC_URI for old and add checksums ( missing in checksums.ini too)

git version control git at git.openembedded.org
Tue Apr 13 19:56:27 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 09885916eefb7445bf23cd49b087196beed3869b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=09885916eefb7445bf23cd49b087196beed3869b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Apr 13 20:36:29 2010 +0200

aircrack_2.1: update SRC_URI for old and add checksums (missing in checksums.ini too)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/aircrack/aircrack_2.1.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/aircrack/aircrack_2.1.bb b/recipes/aircrack/aircrack_2.1.bb
index f4e6485..12fc994 100644
--- a/recipes/aircrack/aircrack_2.1.bb
+++ b/recipes/aircrack/aircrack_2.1.bb
@@ -6,9 +6,12 @@ DEPENDS = ""
 PV="2.1"
 PR ="r0"
 
-SRC_URI = "http://www.cr0.net:8040/code/network/aircrack-2.1.tgz \
+SRC_URI = "http://archive.aircrack-ng.org/aircrack-old/${P}.tgz \
 file://silent_patch.diff;patch=1;pnum=0"
 
+SRC_URI[md5sum] = "694c6180f620b0534e5925a71b960bd1"
+SRC_URI[sha256sum] = "9b749d98278450b80153c1f82b7e253548a3f03603062dc98cc1320803d791da"
+
 inherit autotools
 
 do_install() {





More information about the Openembedded-commits mailing list