diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-10 07:59:39 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-10 07:59:39 +0000 |
commit | 4645967c96045e20f7cc3202d2a0e8a50e3fd6b3 (patch) | |
tree | d8e3cb57e24664fa3a6ef0785a9e735c2d9e3853 /main/u-boot | |
parent | abdac0974cc607caae75add255850b1e0fc3b250 (diff) | |
download | aports-4645967c96045e20f7cc3202d2a0e8a50e3fd6b3.tar.bz2 aports-4645967c96045e20f7cc3202d2a0e8a50e3fd6b3.tar.xz |
main/u-boot: needs python for building
Diffstat (limited to 'main/u-boot')
-rw-r--r-- | main/u-boot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index 0cc5255520..9203825b71 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=u-boot pkgver=2017.01 -pkgrel=0 +pkgrel=1 pkgdesc="u-boot bootloader common files" url="http://www.denx.de/wiki/U-Boot/" arch="armhf aarch64" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev bc dtc" +makedepends="$depends_dev bc dtc python" install="" source="ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2 README.txt |