Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raspberry fix #7135

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions main/raspberrypi/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Timo Teräs <[email protected]>
pkgname=raspberrypi
pkgver=0.20181212
_commitid=7cbfbd38d9824535164f93a1d32c81a33a00ca31
pkgver=0.20190416
_commitid=ff2bd4552145e8dc190276d8fbdbadc7e8e0da78
pkgrel=0
pkgdesc="Raspberry Pi support tools"
url="https://github.com/raspberrypi/userland"
Expand Down Expand Up @@ -33,6 +33,7 @@ build() {
-DARM64=$ARM64 \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_RPATH=/opt/vc/lib \
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-as-needed" \
$_sourcedir
make
}
Expand All @@ -44,6 +45,7 @@ package() {
# nuke the unwanted stuff
rm -rf "$pkgdir"/opt/vc/src
rm -rf "$pkgdir"/opt/vc/lib/*.a
cp -r "$pkgdir"/opt/vc/etc "$pkgdir"
}

libs() {
Expand All @@ -53,4 +55,4 @@ libs() {
mv "$pkgdir"/opt/vc/lib/* "$subpkgdir"/opt/vc/lib
}

sha512sums="37ebb121cbf4815bc367b9718e450145d48e78e095165e529dc4b30502c5d9370982134235a0dc90334a67b56e3326c1a933f2b11bef40e605f9aeaa85101618 raspberrypi-0.20181212.tar.gz"
sha512sums="dad48bd88d11a3f6807250275950235122bf5f35c47c5891f4e2c40964adbf69de6dbc014cea561540e516bed369257fc134a0114b9bdfa6e6a689a48bfd9f40 raspberrypi-0.20190416.tar.gz"