aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lockstat
diff options
context:
space:
mode:
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"