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 30610 by niro, Mon Feb 5 11:36:35 2018 UTC revision 30611 by niro, Mon Feb 5 11:37:15 2018 UTC
# Line 22  TARBALLPVER="${PVER%.*}" Line 22  TARBALLPVER="${PVER%.*}"
22  sminclude kernel  sminclude kernel
23    
24  SRC_URI+=(  SRC_URI+=(
25   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.14.1-all-fixes.patch   mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.15.1-all-fixes.patch
26  )  )
27    
28  kernel_apply_patches()  kernel_apply_patches()
# Line 30  kernel_apply_patches() Line 30  kernel_apply_patches()
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
32   # 100-150 - official updates   # 100-150 - official updates
33   mpatch 0100-4.14.1-all-fixes.patch || die   mpatch 0100-4.15.1-all-fixes.patch || die
34  }  }
35    
36  src_install()  src_install()

Legend:
Removed from v.30610  
changed lines
  Added in v.30611