aboutsummaryrefslogtreecommitdiffstats
path: root/shfs
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-10 10:40:53 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-10 10:40:53 +0000
commit2b5029ff4aaa67d58094854633f255c993016608 (patch)
treee523111f85acdde44f8433c6602f6b4662d9a33b /shfs
parent9fa96f9598c8c464cd226207976a052111d5ea90 (diff)
downloadopenembedded-2b5029ff4aaa67d58094854633f255c993016608.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into marcinj.local:/home/hrw/zaurus/oe/packages 2004/11/10 11:40:32+01:00 local!hrw shfs-modules: build with staged kernel source BKrev: 4191f035r6bJQPPZ1Ii5S3E8Hkcc0w
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
}