From 7814bedccfa9af7439287a514a39d65fbc341eaf Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 24 Feb 2025 07:52:19 +0900 Subject: [PATCH] packaging: Change from openssl to openssl3 openssl was deprecated, so it needs to remove in spec file. Instead, use the openssl3 to build u-boot-spacemit. Change-Id: I377193286ef88dcf147097830baa05862a7c52c0 Signed-off-by: Jaehoon Chung --- packaging/u-boot-spacemit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/u-boot-spacemit.spec b/packaging/u-boot-spacemit.spec index 3b3662455a..e963a624b2 100644 --- a/packaging/u-boot-spacemit.spec +++ b/packaging/u-boot-spacemit.spec @@ -18,8 +18,8 @@ BuildRequires: opensbi-spacemit BuildRequires: u-boot-tools BuildRequires: python3-devel BuildRequires: swig -BuildRequires: openssl BuildRequires: python3-setuptools +BuildRequires: openssl3 %description u-boot - Tizen bootloader for BananaPi BPI-F3 boards based -- 2.34.1