From: Holger Freyther Date: Sun, 27 Jun 2004 00:49:13 +0000 (+0000) Subject: Adjust to the KERNEL_STAGING_DIR -> STAGING_KERNEL_DIR rename and relocation X-Git-Tag: Release-2010-05/1~18506 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3624c3ec082da8d20c35a60478f094cd5db43de2;p=openembedded.git Adjust to the KERNEL_STAGING_DIR -> STAGING_KERNEL_DIR rename and relocation BKrev: 40de1989Ry2tI7z0pNr0joIMTHVY2w --- diff --git a/changedfiles/changedfiles-modules_1.0-rc1.oe b/changedfiles/changedfiles-modules_1.0-rc1.oe index a1eced919a..d331daa5da 100644 --- a/changedfiles/changedfiles-modules_1.0-rc1.oe +++ b/changedfiles/changedfiles-modules_1.0-rc1.oe @@ -11,7 +11,7 @@ S = "${WORKDIR}/changedfiles-${PV}/module" inherit module do_compile() { - ${CC} -Wall -DMODULE -D__KERNEL__ -I${KERNEL_STAGING_DIR}/include -c changedfiles.c + ${CC} -Wall -DMODULE -D__KERNEL__ -I${STAGING_KERNEL_DIR}/include -c changedfiles.c } pkg_postinst() { 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"