summaryrefslogtreecommitdiff
path: root/lockstat
diff options
context:
space:
mode:
Diffstat (limited to 'lockstat')
-rw-r--r--lockstat/lockstat_1.4.10.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockstat/lockstat_1.4.10.oe b/lockstat/lockstat_1.4.10.oe
index bf4a3d9b78..d1e0879a13 100644
--- a/lockstat/lockstat_1.4.10.oe
+++ b/lockstat/lockstat_1.4.10.oe
@@ -5,7 +5,7 @@ DEPENDS = "virtual/kernel"
SRC_URI = "ftp://oss.sgi.com/projects/lockmeter/download/lockstat-${PV}.tar.gz"
S = "${WORKDIR}/lockstat"
-export KERNEL_VERSION = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-version')}
+export KERNEL_VERSION = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-abiversion')}
export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')}
CFLAGS += " -I${KERNEL_SOURCE}/include"