From: Michael Lauer Date: Tue, 20 Apr 2004 11:38:34 +0000 (+0000) Subject: set S correctly in epia kernel.oe - patch courtesy pb_. X-Git-Tag: Release-2010-05/1~19631 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b68a8af6cf2c3966d238fa827f87eb8a24a742e;p=openembedded.git set S correctly in epia kernel.oe - patch courtesy pb_. BKrev: 40850bballaE19OoUOOVY51CSiUlvQ --- diff --git a/linux/epia_2.6.5.oe b/linux/epia_2.6.5.oe index c833f7a16c..57cd0fe46d 100644 --- a/linux/epia_2.6.5.oe +++ b/linux/epia_2.6.5.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2" +S = "${WORKDIR}/linux-${PV}" inherit kernel @@ -10,5 +11,5 @@ KERNEL_IMAGETYPE = "bzImage" do_configure_prepend() { cp ${FILESDIR}/epia_defconfig ${S}/.config - (echo N; echo m; echo N) | oe_runmake oldconfig + oe_runmake oldconfig }