Skip to content

Commit

Permalink
U-Boot: switch to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed May 14, 2020
1 parent ece4769 commit 1e02eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uboot/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _baserel=62ceb441bfe96eba0aa467c07516df8c5947aeeb
url='http://git.denx.de/u-boot.git/'
license=('GPL')
options=('!strip')
makedepends=('bc' 'python2' 'swig' 'dtc' 'sunxi-dtbs=5.6.p1')
makedepends=('bc' 'python' 'python-setuptools' 'swig' 'dtc' 'sunxi-dtbs=5.6.p1')
backup=('boot/boot.txt'
'boot/boot.scr')
_patches=(
Expand Down Expand Up @@ -61,7 +61,7 @@ build() {
make distclean
make ${i}_config
scripts/kconfig/merge_config.sh .config ${srcdir}/config-fragment
make EXTRAVERSION=-${pkgrel} PYTHON=python2 V=0
make EXTRAVERSION=-${pkgrel} V=0
mv u-boot-sunxi-with-spl.bin ../bin_${i}
done

Expand Down

0 comments on commit 1e02eb3

Please sign in to comment.