diff options
author | Holger Freyther <zecke@selfish.org> | 2004-06-27 00:49:13 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-06-27 00:49:13 +0000 |
commit | 3624c3ec082da8d20c35a60478f094cd5db43de2 (patch) | |
tree | a76b39272bc6990c6b7818937289454c4591dfac /lockstat | |
parent | ff7156800020bd0d410e7959a5925a29f1abb04b (diff) |
Adjust to the KERNEL_STAGING_DIR -> STAGING_KERNEL_DIR rename and relocation
BKrev: 40de1989Ry2tI7z0pNr0joIMTHVY2w
Diffstat (limited to 'lockstat')
-rw-r--r-- | lockstat/lockstat_1.4.10.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lockstat/lockstat_1.4.10.oe b/lockstat/lockstat_1.4.10.oe index 0edf3c9567..bf4a3d9b78 100644 --- a/lockstat/lockstat_1.4.10.oe +++ b/lockstat/lockstat_1.4.10.oe @@ -5,7 +5,6 @@ DEPENDS = "virtual/kernel" SRC_URI = "ftp://oss.sgi.com/projects/lockmeter/download/lockstat-${PV}.tar.gz" S = "${WORKDIR}/lockstat" -KERNEL_STAGING_DIR = "${STAGING_DIR}/${HOST_SYS}/kernel" export KERNEL_VERSION = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-version')} export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} CFLAGS += " -I${KERNEL_SOURCE}/include" |