diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-08 12:38:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-08 12:38:43 -0700 |
commit | 8ccfc13fefa2d748b038d8ee8ba2cba3265f77a4 (patch) | |
tree | c941acb675d879d343519299f408c9345bef36fc | |
parent | f2ee6f993790daa0765f89712c14b9e49b686ab8 (diff) |
linux-titan-sh4_2.6.21.bb: Include limits.h in sumversion.c
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes/linux/linux-titan-sh4_2.6.21.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |