From 6b68a8af6cf2c3966d238fa827f87eb8a24a742e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 20 Apr 2004 11:38:34 +0000 Subject: [PATCH] set S correctly in epia kernel.oe - patch courtesy pb_. BKrev: 40850bballaE19OoUOOVY51CSiUlvQ --- linux/epia_2.6.5.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.39.5