forked from pool/linux-glibc-devel
Accepting request 592911 from Base:System
- Update to kernel headers 4.16 (forwarded request 592910 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/592911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=61
This commit is contained in:
commit
b597fa30df
@ -27,8 +27,6 @@ fi
|
|||||||
tar -xf $1
|
tar -xf $1
|
||||||
pushd linux-${kernel_dir}
|
pushd linux-${kernel_dir}
|
||||||
cp Makefile $header_dir
|
cp Makefile $header_dir
|
||||||
# header export for unicore32 in 2.6.39 is broken, disable it
|
|
||||||
sed -i -e 's/cris/cris\|unicore32/' scripts/headers.sh
|
|
||||||
/usr/bin/make O="$header_dir" headers_install_all
|
/usr/bin/make O="$header_dir" headers_install_all
|
||||||
# kvm.h and aout.h are only installed if SRCARCH is an architecture
|
# kvm.h and aout.h are only installed if SRCARCH is an architecture
|
||||||
# that has support for them. As the package is noarch we need to make
|
# that has support for them. As the package is noarch we need to make
|
||||||
@ -38,26 +36,30 @@ popd
|
|||||||
pushd "$header_dir"
|
pushd "$header_dir"
|
||||||
for asm in \
|
for asm in \
|
||||||
alpha \
|
alpha \
|
||||||
avr32 \
|
arc \
|
||||||
blackfin \
|
blackfin \
|
||||||
|
c6x \
|
||||||
cris \
|
cris \
|
||||||
frv \
|
frv \
|
||||||
h8300 \
|
h8300 \
|
||||||
|
hexagon \
|
||||||
m32r \
|
m32r \
|
||||||
m68knommu \
|
metag \
|
||||||
mips \
|
microblaze \
|
||||||
mn10300 \
|
mn10300 \
|
||||||
|
nios2 \
|
||||||
|
openrisc \
|
||||||
|
score \
|
||||||
sh \
|
sh \
|
||||||
sh64 \
|
tile \
|
||||||
v850 \
|
|
||||||
xtensa \
|
|
||||||
unicore32 \
|
unicore32 \
|
||||||
|
xtensa \
|
||||||
; do
|
; do
|
||||||
rm -rf usr/include/asm-$asm
|
rm -rf usr/include/arch-$asm
|
||||||
done
|
done
|
||||||
rm Makefile
|
rm Makefile .cache.mk
|
||||||
find -type f -name "..install.cmd" -print0 | xargs -0 --no-run-if-empty rm
|
find -type f -name "..install.cmd" -exec rm {} +
|
||||||
find -type f -name ".install" -print0 | xargs -0 --no-run-if-empty rm
|
find -type f -name ".install" -exec rm {} +
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
#Fri Sep 5 10:43:49 CEST 2008 - matz@suse.de
|
#Fri Sep 5 10:43:49 CEST 2008 - matz@suse.de
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b365fa0d682cc516c48118c812fa03360ce0876ed98d8c4a66ebc39c2f506e67
|
|
||||||
size 1175304
|
|
3
linux-glibc-devel-4.16.tar.xz
Normal file
3
linux-glibc-devel-4.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:60ec2e311b912049c135f74d4843396494e88e1a7cf92b60c1f963916911892c
|
||||||
|
size 1067292
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 1 22:25:52 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
- Update to kernel headers 4.16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 29 10:17:33 UTC 2018 - schwab@suse.de
|
Mon Jan 29 10:17:33 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
Name: linux-glibc-devel
|
Name: linux-glibc-devel
|
||||||
Summary: Linux headers for userspace development
|
Summary: Linux headers for userspace development
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Version: 4.15
|
Version: 4.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user