mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
u-boot-tools: update to 2023.04.
This commit is contained in:
parent
213174be5c
commit
531775d028
1 changed files with 4 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'u-boot-tools'
|
# Template file for 'u-boot-tools'
|
||||||
pkgname=u-boot-tools
|
pkgname=u-boot-tools
|
||||||
version=2023.01
|
version=2023.04
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
|
make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1"
|
||||||
make_build_target="tools-all tools-only envtools"
|
make_build_target="tools-all tools-only envtools"
|
||||||
hostmakedepends="bison flex which python3 swig python3-devel python3-setuptools"
|
hostmakedepends="bison flex which python3 swig python3-devel python3-setuptools python3-pyelftools"
|
||||||
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
|
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
|
||||||
short_desc="Das U-Boot tools"
|
short_desc="Das U-Boot tools"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.denx.de/wiki/U-Boot/"
|
homepage="https://www.denx.de/wiki/U-Boot/"
|
||||||
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
distfiles="ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
|
||||||
checksum=69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
|
checksum=e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
make_build_args+=" CROSS_BUILD_TOOLS=y CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
|
||||||
|
@ -25,10 +25,6 @@ post_extract() {
|
||||||
-i include/env.h \
|
-i include/env.h \
|
||||||
-i tools/mkimage.h \
|
-i tools/mkimage.h \
|
||||||
-i tools/proftool.c
|
-i tools/proftool.c
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
vsed -e 's;^\t$(obj)/bmp_logo;\tbmp_logo;g' -i tools/Makefile
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
@ -49,7 +45,7 @@ do_check() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ln -sf fw_printenv tools/env/fw_setenv
|
ln -sf fw_printenv tools/env/fw_setenv
|
||||||
for x in bmp_logo dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
for x in dumpimage fdtgrep fit_check_sign fit_info gen_eth_addr \
|
||||||
gen_ethaddr_crc ifwitool img2srec kwboot mkeficapsule mkenvimage mkimage \
|
gen_ethaddr_crc ifwitool img2srec kwboot mkeficapsule mkenvimage mkimage \
|
||||||
proftool spl_size_limit env/fw_printenv env/fw_setenv; do
|
proftool spl_size_limit env/fw_printenv env/fw_setenv; do
|
||||||
vbin "tools/$x"
|
vbin "tools/$x"
|
||||||
|
|
Loading…
Add table
Reference in a new issue