u-boot-tools: rebuild against OpenSSL
This commit is contained in:
parent
5aca5112e6
commit
be0d294414
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'u-boot-tools'
|
# Template file for 'u-boot-tools'
|
||||||
pkgname=u-boot-tools
|
pkgname=u-boot-tools
|
||||||
version=2021.01
|
version=2021.01
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="u-boot-${version}"
|
wrksrc="u-boot-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HOSTSTRIP=: STRIP=:"
|
make_build_args="HOSTSTRIP=: STRIP=:"
|
||||||
make_build_target="tools envtools"
|
make_build_target="tools envtools"
|
||||||
hostmakedepends="bison flex"
|
hostmakedepends="bison flex"
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-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"
|
||||||
|
|
Loading…
Reference in a new issue