[oe-commits] Martin Jansa : lockstat: update SRC_URI, now in old subdir and add checksum

git version control git at git.openembedded.org
Mon Apr 12 11:55:22 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 12 13:52:51 2010 +0200

lockstat: update SRC_URI, now in old subdir and add checksum

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

---

 recipes/lockstat/lockstat_1.4.10.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/lockstat/lockstat_1.4.10.bb b/recipes/lockstat/lockstat_1.4.10.bb
index ef7254e..4f4d7a8 100644
--- a/recipes/lockstat/lockstat_1.4.10.bb
+++ b/recipes/lockstat/lockstat_1.4.10.bb
@@ -2,9 +2,12 @@ SECTION = "console/utils"
 DESCRIPTION = "A tool for retrieving kernel spinlock metering information."
 DEPENDS = "virtual/kernel"
 
-SRC_URI = "ftp://oss.sgi.com/projects/lockmeter/download/lockstat-${PV}.tar.gz"
+SRC_URI = "ftp://oss.sgi.com/projects/lockmeter/download/old/lockstat-${PV}.tar.gz"
 S = "${WORKDIR}/lockstat"
 
+SRC_URI[md5sum] = "924779ede0615f41d033dc8eb49361fd"
+SRC_URI[sha256sum] = "43125a2f26db5254bef8063bd85cfda60f32cbbc8ddb4d4141294d5d3627bf61"
+
 export KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}"
 export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}"
 CFLAGS += " -I${KERNEL_SOURCE}/include"





More information about the Openembedded-commits mailing list