From a27034fe4b0a12eda1cb2d19b21d751a2a710e8e Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Mon, 6 May 2024 22:39:11 +0200 Subject: [PATCH] linux-htc-flounder-downstream: fix build (MR 5112) Part of https://gitlab.com/postmarketOS/pmaports/-/issues/2401 [ci:skip-build]: already built successfully in CI --- .../linux-htc-flounder-downstream/APKBUILD | 14 +++++++++++--- ...replace-Sun-Solaris-style-flag-on-section.patch | 1 + .../linux3.4-fix-piggy.gzip.S.patch | 1 + ...-remove-Sun-Solaris-style-flag-on-section.patch | 1 + 4 files changed, 14 insertions(+), 3 deletions(-) create mode 120000 device/unmaintained/linux-htc-flounder-downstream/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch create mode 120000 device/unmaintained/linux-htc-flounder-downstream/linux3.4-fix-piggy.gzip.S.patch create mode 120000 device/unmaintained/linux-htc-flounder-downstream/linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch diff --git a/device/unmaintained/linux-htc-flounder-downstream/APKBUILD b/device/unmaintained/linux-htc-flounder-downstream/APKBUILD index badb4e847..97b430b6b 100644 --- a/device/unmaintained/linux-htc-flounder-downstream/APKBUILD +++ b/device/unmaintained/linux-htc-flounder-downstream/APKBUILD @@ -3,7 +3,7 @@ pkgname=linux-htc-flounder-downstream pkgver=3.10.103 -pkgrel=0 +pkgrel=1 pkgdesc="Google Nexus 9 kernel fork" arch="aarch64" _carch="arm64" @@ -30,6 +30,9 @@ source=" $pkgname-$_commit.tar.gz::https://github.com/LineageOS/$_repository/archive/$_commit.tar.gz $_config gcc10-extern_YYLOC_global_declaration.patch + linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch + linux3.4-fix-piggy.gzip.S.patch + linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch " builddir="$srcdir/$_repository-$_commit" @@ -48,6 +51,11 @@ package() { downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor" } -sha512sums="b9ee4b14b0466e0b19d869810ceb852dd70399a90cdb081b902177685b87d242e11284bb0f619ea103b30ef5544f06a88c0131d028024ad8aa45809697e070fa linux-htc-flounder-downstream-a8f66d78789d66906c886fd6818fb648d0a84a2a.tar.gz +sha512sums=" +b9ee4b14b0466e0b19d869810ceb852dd70399a90cdb081b902177685b87d242e11284bb0f619ea103b30ef5544f06a88c0131d028024ad8aa45809697e070fa linux-htc-flounder-downstream-a8f66d78789d66906c886fd6818fb648d0a84a2a.tar.gz 1843a10732e6d21379993aa3b3ca24040d7f11de2bf9959056a39976dc5e7f4ec6a743c6a36120d72a6614a242c0159ce31efe3f1d15cc284eb355cd1c82f9ef config-htc-flounder-downstream.aarch64 -2b48f1bf0e3f70703d2cdafc47d5e615cc7c56c70bec56b2e3297d3fa4a7a1321d649a8679614553dde8fe52ff1051dae38d5990e3744c9ca986d92187dcdbeb gcc10-extern_YYLOC_global_declaration.patch" +2b48f1bf0e3f70703d2cdafc47d5e615cc7c56c70bec56b2e3297d3fa4a7a1321d649a8679614553dde8fe52ff1051dae38d5990e3744c9ca986d92187dcdbeb gcc10-extern_YYLOC_global_declaration.patch +9e3b067fa1b19ad02500c4fce1b6142051df3845c508e615788beb650c4f953683107ac2d80670c4e3df38f532e0e91060d2d13ec04c9ec985abd2dfa82e900b linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch +080745ca4ecaa804ee1df26ea81975ca93b74372e0c08322a6c481e97807495ae6ceb6cc77653afa24f9f2df45da8ebf8e5de6b06037fbb08e0279877ce42188 linux3.4-fix-piggy.gzip.S.patch +75545ccd0082a119b9ad95fcef3523c939a5c946f8f3a5c3dde15cee1502f6c1011050a0ad5359426f018bb7ceea1c97a28c7665941bc89f365c8d11065ce0f6 linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch +" diff --git a/device/unmaintained/linux-htc-flounder-downstream/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch b/device/unmaintained/linux-htc-flounder-downstream/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch new file mode 120000 index 000000000..858243081 --- /dev/null +++ b/device/unmaintained/linux-htc-flounder-downstream/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch @@ -0,0 +1 @@ +../../.shared-patches/linux/linux3.4-ARM-8933-1-replace-Sun-Solaris-style-flag-on-section.patch \ No newline at end of file diff --git a/device/unmaintained/linux-htc-flounder-downstream/linux3.4-fix-piggy.gzip.S.patch b/device/unmaintained/linux-htc-flounder-downstream/linux3.4-fix-piggy.gzip.S.patch new file mode 120000 index 000000000..e5975978e --- /dev/null +++ b/device/unmaintained/linux-htc-flounder-downstream/linux3.4-fix-piggy.gzip.S.patch @@ -0,0 +1 @@ +../../.shared-patches/linux/linux3.4-fix-piggy.gzip.S.patch \ No newline at end of file diff --git a/device/unmaintained/linux-htc-flounder-downstream/linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch b/device/unmaintained/linux-htc-flounder-downstream/linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch new file mode 120000 index 000000000..f61312e32 --- /dev/null +++ b/device/unmaintained/linux-htc-flounder-downstream/linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch @@ -0,0 +1 @@ +../../.shared-patches/linux/linux3.7to4.5-ARM64-remove-Sun-Solaris-style-flag-on-section.patch \ No newline at end of file