From 2b5029ff4aaa67d58094854633f255c993016608 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz <hrw@openembedded.org> Date: Wed, 10 Nov 2004 10:40:53 +0000 Subject: 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 --- shfs/shfs-modules_0.35.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shfs') 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 } -- cgit v1.2.3