From 3bf09930d865d4056e4577b75aff0a9032065dbf Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 5 Aug 2004 10:54:23 +0000 Subject: use kernel-abiversion instead of kernel-version for external modules BKrev: 411211df_5OfetKywF391rJssADBIQ --- lockstat/lockstat_1.4.10.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lockstat') 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" -- cgit v1.2.3