aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lockstat
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 13:52:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 13:55:06 +0200
commite7ef298a18cbf416bf0621ec14922f4c47262653 (patch)
treedd7ef3aaa24bcaeca66a59286004e19082e6feb7 /recipes/lockstat
parentde7126da6116b7f5ac5a458208efc0c8cd151991 (diff)
downloadopenembedded-e7ef298a18cbf416bf0621ec14922f4c47262653.tar.gz
lockstat: update SRC_URI, now in old subdir and add checksum
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/lockstat')
-rw-r--r--recipes/lockstat/lockstat_1.4.10.bb5
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 ef7254eab3..4f4d7a8286 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"