summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-sunxi
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-07-06 14:25:26 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-07-06 14:46:30 +0200
commit57c3052cf6b7aab6b295321ac0e9c178b7d70861 (patch)
tree8b1fd529091ba3c8abdd840566fb05e5d5935655 /libre/uboot4extlinux-sunxi
parenta2c150c37207796e289c84043e693e95a1314b03 (diff)
downloadabslibre-57c3052cf6b7aab6b295321ac0e9c178b7d70861.tar.gz
abslibre-57c3052cf6b7aab6b295321ac0e9c178b7d70861.tar.bz2
abslibre-57c3052cf6b7aab6b295321ac0e9c178b7d70861.zip
libre: uboot4extlinux-sunxi: workaround linter issues on ppc64le
When running parabola-repolint[1] for ppc64le, there is the following error or warning: unhandled SRCINFO key: "makedepends_ppc64le" (makedepends_ppc64le = arm-none-eabi-gcc) As ppc64le is still experimental, we can safely remove it from the supported architectures in this PKGBUILD to avoid creating too much noise for the people working on the ppc64le port of Parabola. This is a real concern as oaken-source, who run this parabola-repolint had that issue and discussed with me about it on the #parabola IRC channel on liberachat. [1]https://git.parabola.nu/~oaken-source/parabola-repolint.git/ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/uboot4extlinux-sunxi')
-rw-r--r--libre/uboot4extlinux-sunxi/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/uboot4extlinux-sunxi/PKGBUILD b/libre/uboot4extlinux-sunxi/PKGBUILD
index 45d48293f..eb25d282a 100644
--- a/libre/uboot4extlinux-sunxi/PKGBUILD
+++ b/libre/uboot4extlinux-sunxi/PKGBUILD
@@ -57,7 +57,7 @@ pkgname=("${pkgbase}"
pkgver=2021.07
pkgrel=2
-arch=('armv7h' 'i686' 'ppc64le' 'x86_64')
+arch=('armv7h' 'i686' 'x86_64')
url="http://git.denx.de/u-boot.git/"
license=('GPL')
makedepends=('bc' 'dtc' 'python' 'python2' 'swig')