[oe-commits] Martin Jansa : xboard: add checksums

git version control git at git.openembedded.org
Tue Mar 2 17:39:47 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0da9a5aef60779d339fde33c265e7c481bcfdae0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0da9a5aef60779d339fde33c265e7c481bcfdae0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Mar  2 13:03:12 2010 +0100

xboard: add checksums

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

---

 recipes/xboard/xboard_4.4.1.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/xboard/xboard_4.4.1.bb b/recipes/xboard/xboard_4.4.1.bb
index 0c31b9c..385c1d3 100644
--- a/recipes/xboard/xboard_4.4.1.bb
+++ b/recipes/xboard/xboard_4.4.1.bb
@@ -3,9 +3,12 @@ HOMEPAGE = "http://www.tim-mann.org/xboard.html"
 SECTION = "games"
 LICENSE = "GPL"
 DEPENDS = "libxaw libsm libx11 libxt libxmu libxext libice"
-SRC_URI = "http://ftp.gnu.org/gnu/xboard/xboard-${PV}.tar.gz \
+SRC_URI = "http://ftp.gnu.org/gnu/xboard/xboard-${PV}.tar.gz;name=archive \
 	   file://no-strip.patch;patch=1;pnum=2"
 
+SRC_URI[archive.md5sum] = "4623a83fdd43f410bfcc8a20e2eb1474"
+SRC_URI[archive.sha256sum] = "74184fa7d5ea4ce963f7108e01256e6eb7bb2269ff6f780599fdaaf2d913950e"
+
 inherit autotools
 
 do_configure() {





More information about the Openembedded-commits mailing list