diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-05-16 07:08:17 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-05-16 07:08:17 +0000 |
commit | a224e7438ba752caa259dc3c0bfcb3aa1e38a379 (patch) | |
tree | a0554b4f73a90b685444684c1dc05f1b11aa2c7c /main/raspberrypi | |
parent | a5c8908eb3f4cb6255ef028d5dd1dd113b45de6c (diff) | |
download | aports-a224e7438ba752caa259dc3c0bfcb3aa1e38a379.tar.bz2 aports-a224e7438ba752caa259dc3c0bfcb3aa1e38a379.tar.xz |
main/raspberrypi: upgrade to snapshot of 20160425
Diffstat (limited to 'main/raspberrypi')
-rw-r--r-- | main/raspberrypi/APKBUILD | 14 | ||||
-rw-r--r-- | main/raspberrypi/fix-build.patch | 11 |
2 files changed, 5 insertions, 20 deletions
diff --git a/main/raspberrypi/APKBUILD b/main/raspberrypi/APKBUILD index 0884071ff0..740c903f85 100644 --- a/main/raspberrypi/APKBUILD +++ b/main/raspberrypi/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=raspberrypi -pkgver=0.20160202 -_commitid=2a4af2192c0e161555fdb2a12e902b587166c4a6 +pkgver=0.20160425 +_commitid=17c28b9d1d234893b73adeb95efc4959b617fc85 pkgrel=0 pkgdesc="Raspberry Pi support tools" url="https://github.com/raspberrypi/userland" @@ -14,7 +14,6 @@ install="" options="!fhs" subpackages="$pkgname-dev $pkgname-libs" source="raspberrypi-$pkgver.tar.gz::https://github.com/raspberrypi/userland/archive/$_commitid.tar.gz - fix-build.patch " _sourcedir="$srcdir"/userland-$_commitid @@ -57,9 +56,6 @@ libs() { mv "$pkgdir"/opt/vc/lib/* "$subpkgdir"/opt/vc/lib } -md5sums="dd863d22e4d6e9b018ad0d4a888658df raspberrypi-0.20160202.tar.gz -71e462b752fbf710bb025c5ac056ab2c fix-build.patch" -sha256sums="5c25eb4de5feb11fdf74d58779f4cc615cda6623b81648ae15ae5e4ddf94c5ce raspberrypi-0.20160202.tar.gz -c65cefe64f39456166701f8c0e6fbaa3e617b935929397df5f87b6238f73feba fix-build.patch" -sha512sums="e0ccf4c71b802c98358df16eb62fbbaf6dcd567cb5b0b6938c463624e4034debaf0d3aa20f3275dea9d313574c5ce6e004e7aebef976aad3bd49cf5e136a4b78 raspberrypi-0.20160202.tar.gz -f0780bfe1dd8b2fb3a78e5c8a9f22f36c15f2d1e703b83f4dae7908159ccc59a51502a90d26a5faa7e05ac539f15651fa0d60d4d4728d7d26f963174e406e646 fix-build.patch" +md5sums="954fedc1d1f7f101142794fd17a76e69 raspberrypi-0.20160425.tar.gz" +sha256sums="83108789f946ab8957499dd58f1cacd099630979ec8fccb54be9240c4ff14210 raspberrypi-0.20160425.tar.gz" +sha512sums="2a2426f3ed21974d9817cf1babaa8c0708a0efc7da2f01936e28a5196f0cbd1f56f78c618e93fb580e9f03212550305484ba8709b1cccd43ff71bc1427915fe2 raspberrypi-0.20160425.tar.gz" diff --git a/main/raspberrypi/fix-build.patch b/main/raspberrypi/fix-build.patch deleted file mode 100644 index 51284f9e99..0000000000 --- a/main/raspberrypi/fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- userland-d4aa617de3b196399bb8e2ce32e181768cb52179.orig/host_applications/linux/libs/debug_sym/debug_sym.c -+++ userland-d4aa617de3b196399bb8e2ce32e181768cb52179/host_applications/linux/libs/debug_sym/debug_sym.c -@@ -67,6 +67,8 @@ - # else - # define PAGE_SIZE 4096 - # endif -+#endif -+#ifndef PAGE_MASK - #define PAGE_MASK (~(PAGE_SIZE - 1)) - #endif - |