Magellan Linux

Diff of /trunk/core/linux-libc-headers/linux-libc-headers-4.15.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30810 by niro, Mon Feb 5 11:37:15 2018 UTC revision 30811 by niro, Mon Apr 23 10:16:25 2018 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  PNAME="linux-libc-headers"  PNAME="linux-libc-headers"
4  PVER="4.15.1"  PVER="4.15.7"
5  PBUILD="r1"  PBUILD="r1"
6    
7  # when upgrading linux headers, glibc must be rebuilded  # when upgrading linux headers, glibc must be rebuilded
# Line 23  sminclude kernel Line 23  sminclude kernel
23    
24  SRC_URI+=(  SRC_URI+=(
25   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.15.1-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.15.1-all-fixes.patch
26     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0101-4.15.2-all-fixes.patch
27     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0102-4.15.3-all-fixes.patch
28     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0103-4.15.4-all-fixes.patch
29     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0104-4.15.5-all-fixes.patch
30     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0105-4.15.6-all-fixes.patch
31     mirror://kernel-${BRANCH}/patches-${PVER%.*}/0106-4.15.7-all-fixes.patch
32  )  )
33    
34  kernel_apply_patches()  kernel_apply_patches()
# Line 31  kernel_apply_patches() Line 37  kernel_apply_patches()
37    
38   # 100-150 - official updates   # 100-150 - official updates
39   mpatch 0100-4.15.1-all-fixes.patch || die   mpatch 0100-4.15.1-all-fixes.patch || die
40     mpatch 0101-4.15.2-all-fixes.patch || die
41     mpatch 0102-4.15.3-all-fixes.patch || die
42     mpatch 0103-4.15.4-all-fixes.patch || die
43     mpatch 0104-4.15.5-all-fixes.patch || die
44     mpatch 0105-4.15.6-all-fixes.patch || die
45     mpatch 0106-4.15.7-all-fixes.patch || die
46  }  }
47    
48  src_install()  src_install()

Legend:
Removed from v.30810  
changed lines
  Added in v.30811