Magellan Linux

Contents of /branches/magellan-next/core/linux-libc-headers/linux-libc-headers-3.1.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9741 - (show annotations) (download)
Tue Jan 10 13:59:51 2012 UTC (12 years, 8 months ago) by niro
File size: 1332 byte(s)
auto added: ver bump to 3.1.8-r1
1 # $Id$
2
3 PNAME="linux-libc-headers"
4 PVER="3.1.8"
5 PBUILD="r1"
6
7 # no need to waste time here
8 msetfeature "!strip"
9
10 KERNEL_TYPE="headers"
11 BRANCH="magellan"
12 sminclude kernel
13
14 SRC_URI=( ${SRC_URI[*]}
15 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-3.1.1-all-fixes.patch
16 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-3.1.2-all-fixes.patch
17 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0102-3.1.3-all-fixes.patch
18 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0103-3.1.4-all-fixes.patch
19 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0104-3.1.5-all-fixes.patch
20 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0105-3.1.6-all-fixes.patch
21 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0106-3.1.7-all-fixes.patch
22 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0107-3.1.8-all-fixes.patch
23 )
24
25 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"
26
27 src_prepare()
28 {
29 kernel_src_prepare || die
30
31 # 100-150 - official updates
32 mpatch 0100-3.1.1-all-fixes.patch || die
33 mpatch 0101-3.1.2-all-fixes.patch || die
34 mpatch 0102-3.1.3-all-fixes.patch || die
35 mpatch 0103-3.1.4-all-fixes.patch || die
36 mpatch 0104-3.1.5-all-fixes.patch || die
37 mpatch 0105-3.1.6-all-fixes.patch || die
38 mpatch 0106-3.1.7-all-fixes.patch || die
39 mpatch 0107-3.1.8-all-fixes.patch || die
40 }