From 1ed5b76aabb0f68b024de4e35957ed8dab2dfe9a Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:59 -0400 Subject: [PATCH] u-boot-tools: rebuild for openssl3 --- srcpkgs/u-boot-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/u-boot-tools/template b/srcpkgs/u-boot-tools/template index 14b81935235..03a590a0b91 100644 --- a/srcpkgs/u-boot-tools/template +++ b/srcpkgs/u-boot-tools/template @@ -1,7 +1,7 @@ # Template file for 'u-boot-tools' pkgname=u-boot-tools version=2023.07.02 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="HOSTSTRIP=: STRIP=: NO_SDL=1" make_build_target="tools-all tools-only envtools"