Magellan Linux

Contents of /trunk/core/linux-libc-headers/linux-libc-headers-3.4.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13278 - (show annotations) (download)
Sat Sep 22 14:53:21 2012 UTC (11 years, 8 months ago) by niro
File size: 1900 byte(s)
auto added: ver bump to 3.4.11-r1
1 # $Id$
2
3 PNAME="linux-libc-headers"
4 PVER="3.4.11"
5 PBUILD="r1"
6
7 # when upgrading linux headers, glibc must be rebuilded
8 # on system bootstrap you should rebuild the whole toolchain
9 # linux-libc-headers -> binutils -> gcc -> libc -> binutils -> gcc -> libc
10
11 # no need to waste time here
12 msetfeature "!strip"
13
14 KERNEL_TYPE="headers"
15 BRANCH="magellan"
16 TARBALLPVER="${PVER%.*}"
17 sminclude kernel
18
19 SRC_URI=( ${SRC_URI[*]}
20 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-3.4.1-all-fixes.patch
21 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-3.4.2-all-fixes.patch
22 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0102-3.4.3-all-fixes.patch
23 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0103-3.4.4-all-fixes.patch
24 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0104-3.4.5-all-fixes.patch
25 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0105-3.4.6-all-fixes.patch
26 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0106-3.4.7-all-fixes.patch
27 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0107-3.4.8-all-fixes.patch
28 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0108-3.4.9-all-fixes.patch
29 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0109-3.4.10-all-fixes.patch
30 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0110-3.4.11-all-fixes.patch
31 )
32
33 UP2DATE="updatecmd http://www.kernel.org/ | grep -A3 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p' | cut -d. -f1-3"
34
35 src_prepare()
36 {
37 kernel_src_prepare || die
38
39 # 100-150 - official updates
40 mpatch 0100-3.4.1-all-fixes.patch || die
41 mpatch 0101-3.4.2-all-fixes.patch || die
42 mpatch 0102-3.4.3-all-fixes.patch || die
43 mpatch 0103-3.4.4-all-fixes.patch || die
44 mpatch 0104-3.4.5-all-fixes.patch || die
45 mpatch 0105-3.4.6-all-fixes.patch || die
46 mpatch 0106-3.4.7-all-fixes.patch || die
47 mpatch 0107-3.4.8-all-fixes.patch || die
48 mpatch 0108-3.4.9-all-fixes.patch || die
49 mpatch 0109-3.4.10-all-fixes.patch || die
50 mpatch 0110-3.4.11-all-fixes.patch || die
51 }