Magellan Linux

Annotation of /smage/trunk/core/linux-libc-headers/linux-libc-headers-5.15.83-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15651 - (hide annotations) (download)
Mon Dec 19 07:47:45 2022 UTC (16 months, 3 weeks ago) by niro
File size: 962 byte(s)
auto added: ver bump to 5.15.83-r2
1 niro 15651 # $Id$
2    
3     PNAME="linux-libc-headers"
4     PVER="5.15.83"
5     PBUILD="r2"
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="alx"
21     sminclude kernel
22    
23     # stable-tree
24     #UP2DATE="updatecmd http://www.kernel.org/ | grep -A1 -i 'latest stable' | sed -n 's/.*\([0-9].[0-9].[0-9].*\).*/\1/;$ p'"
25     # longterm tree
26     UP2DATE="updatecmd http://www.kernel.org/ | grep -A1 -i 'longterm:' | sed 's/.*:\ \([0-9]\.[0-9].*\)\ [0-9].*/\1/;q'"
27    
28     src_install()
29     {
30     kernel_src_install
31    
32     # use always drm headers from libdrm
33     mdelete -r /usr/include/drm || die
34     }