summaryrefslogtreecommitdiff
path: root/shfs
diff options
context:
space:
mode:
Diffstat (limited to 'shfs')
-rw-r--r--shfs/shfs-modules_0.35.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/shfs/shfs-modules_0.35.oe b/shfs/shfs-modules_0.35.oe
index fa50ac3b20..1ae7fffe18 100644
--- a/shfs/shfs-modules_0.35.oe
+++ b/shfs/shfs-modules_0.35.oe
@@ -4,7 +4,7 @@ SECTION = "kernel/modules"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz"
S = "${WORKDIR}/shfs-${PV}/shfs/Linux-2.4"
@@ -15,7 +15,7 @@ inherit module
do_compile() {
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
- oe_runmake KERNEL_SOURCES=${KERNEL_SOURCE} KERNEL=${KERNEL_VERSION} \
+ oe_runmake KERNEL_SOURCES=${STAGING_KERNEL_DIR} KERNEL=${KERNEL_VERSION} \
CC="${KERNEL_CC}" LD="${KERNEL_LD}" LINKER="${KERNEL_LD}" LDFLAGS=-r
}