From: Khem Raj Date: Sat, 8 Aug 2009 19:38:43 +0000 (-0700) Subject: linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c X-Git-Tag: Release-2010-05/1~2760^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ccfc13fefa2d748b038d8ee8ba2cba3265f77a4;p=openembedded.git linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c Signed-off-by: Khem Raj --- diff --git a/recipes/linux/linux-titan-sh4_2.6.21.bb b/recipes/linux/linux-titan-sh4_2.6.21.bb index c760669bde..e40a79b4c8 100644 --- a/recipes/linux/linux-titan-sh4_2.6.21.bb +++ b/recipes/linux/linux-titan-sh4_2.6.21.bb @@ -1,12 +1,13 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for SH4 based TITAN (NP51R/LinkGear Series 100) router appliance" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://titan-flash.patch;patch=1 \ file://titan-pcibios-scan-update.patch;patch=1 \ file://no-mm-mutex.patch;patch=1 \ + file://linux-2.6-limits.patch;patch=1 \ file://titan-config" S = "${WORKDIR}/linux-${PV}"