fix changedfiles building
authorMichael Lauer <mickey@vanille-media.de>
Sat, 22 May 2004 12:01:12 +0000 (12:01 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 22 May 2004 12:01:12 +0000 (12:01 +0000)
BKrev: 40af4108YDVfjD5uW2lXT6xmQ4T_Hg

changedfiles/changedfiles-modules_1.0-rc1.oe

index 346b20f..a1eced9 100644 (file)
@@ -11,7 +11,7 @@ S = "${WORKDIR}/changedfiles-${PV}/module"
 inherit module
 
 do_compile() {
-        ${CC} -Wall -DMODULE -D__KERNEL__ -I${KERNEL_PATH}/include -c changedfiles.c
+        ${CC} -Wall -DMODULE -D__KERNEL__ -I${KERNEL_STAGING_DIR}/include -c changedfiles.c
 }
 
 pkg_postinst() {