aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/linux-headers/APKBUILD5
-rw-r--r--core/linux-sources/APKBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/core/linux-headers/APKBUILD b/core/linux-headers/APKBUILD
index 15520bfeab..d0db3617f1 100644
--- a/core/linux-headers/APKBUILD
+++ b/core/linux-headers/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linux-headers
-pkgver=2.6.28.4
+pkgver=2.6.28.5
pkgrel=0
pkgdesc="Linux system headers"
url="http://kernel.org"
@@ -17,5 +17,8 @@ build() {
find "$pkgdir/usr" \( -name .install -o -name ..install.cmd \) -exec \
rm -f {} \;
+
+ # provided by libdrm
+ rm -rf "$pkgdir"/usr/include/drm
}
diff --git a/core/linux-sources/APKBUILD b/core/linux-sources/APKBUILD
index 970ddc1d11..87ab39e376 100644
--- a/core/linux-sources/APKBUILD
+++ b/core/linux-sources/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linux-sources
-pkgver=2.6.28.4
+pkgver=2.6.28.5
_kernver=2.6.28
pkgrel=0
pkgdesc="The vanilla Linux kernel sources"
@@ -23,4 +23,4 @@ build() {
}
md5sums="d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2
-65afbbf63a73ee7be7227531622049fe patch-2.6.28.4.bz2"
+7a062fcdec46cec78c3fedbf558e334b patch-2.6.28.5.bz2"