summaryrefslogtreecommitdiff
path: root/lockstat
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-05 10:54:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-05 10:54:23 +0000
commit3bf09930d865d4056e4577b75aff0a9032065dbf (patch)
tree44df367b210f05212187b905b65aa42f54f31b9e /lockstat
parent63479cadd8521e43880b8d32288e1b4854f378f5 (diff)
use kernel-abiversion instead of kernel-version for external modules
BKrev: 411211df_5OfetKywF391rJssADBIQ
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"