From: Kristoffer Ericson Date: Tue, 12 Jan 2010 20:27:54 +0000 (+0100) Subject: fixed patch download location, added include X-Git-Tag: Release-2010-05/1~898^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3f31d6efea341ff488fe21260a592b4a036ec1;p=openembedded.git fixed patch download location, added include Signed-off-by: Filip Zyzniewski Signed-off-by: Kristoffer Ericson --- diff --git a/recipes/linux/linux-jlime-jornada7xx_2.6.19rc6.bb b/recipes/linux/linux-jlime-jornada7xx_2.6.19rc6.bb index f756d4f259..a80f4c91a1 100644 --- a/recipes/linux/linux-jlime-jornada7xx_2.6.19rc6.bb +++ b/recipes/linux/linux-jlime-jornada7xx_2.6.19rc6.bb @@ -7,7 +7,7 @@ COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = "jornada7xx" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/v2.6.19/patch-2.6.19-rc6.bz2;patch=1 \ file://jornada7xx.patch;patch=0 \ file://defconf_jlime " @@ -23,5 +23,6 @@ ARCH = "arm" FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*" do_configure_prepend() { + sed -i 's:\(#include "modpost.h"\):\1\n#include :' ${S}/scripts/mod/sumversion.c install -m 0644 ${WORKDIR}/defconf_jlime ${S}/.config }