diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 11:38:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 11:38:34 +0000 |
commit | 6b68a8af6cf2c3966d238fa827f87eb8a24a742e (patch) | |
tree | 0cb1c3f419d7caef397a9f9af9d07880d8ba8c01 /linux | |
parent | ef94fe70bb069b16c862f860a6bc06f007019ca8 (diff) |
set S correctly in epia kernel.oe - patch courtesy pb_.
BKrev: 40850bballaE19OoUOOVY51CSiUlvQ
Diffstat (limited to 'linux')
-rw-r--r-- | linux/epia_2.6.5.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |