Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30611 - (hide annotations) (download)
Mon Feb 5 11:37:15 2018 UTC (6 years, 3 months ago) by niro
File size: 923 byte(s)
auto added: ver bump to 4.15.1-r1
1 niro 30610 # $Id$
2    
3     PNAME="linux-libc-headers"
4     PVER="4.15.1"
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-full -> libc -> binutils -> gcc-full -> libc
10     #
11     # or one-way solution (not always safe, use this only for interim gcc releases)
12     # linux-libc-headers -> libc -> binutils -> gcc-full -> binutils -> libc
13     #
14     # each new gcc release needs a rebuild of libtool
15    
16     # no need to waste time here
17     msetfeature "!strip"
18    
19     KERNEL_TYPE="headers"
20     BRANCH="magellan"
21     TARBALLPVER="${PVER%.*}"
22     sminclude kernel
23    
24     SRC_URI+=(
25 niro 30611 mirror://kernel-${BRANCH}/patches-${PVER%.*}/0100-4.15.1-all-fixes.patch
26 niro 30610 )
27    
28     kernel_apply_patches()
29     {
30     cd ${SRCDIR}
31    
32     # 100-150 - official updates
33 niro 30611 mpatch 0100-4.15.1-all-fixes.patch || die
34 niro 30610 }
35    
36     src_install()
37     {
38     kernel_src_install
39    
40     # use always drm headers from libdrm
41     mdelete -r /usr/include/drm || die
42     }