From 6fefc581bb5f30eadd6875bf5006c3c5324e5362 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 19 May 2022 16:03:19 +0900 Subject: [PATCH] packaging: remove unnecessary u-boot-tools dependency No u-boot-tools usage in rpi3 kernel build. Remove unnecessary u-boot-tools dependency. Change-Id: I1d6046854fc42099a2372f48f339b00c453b2b0c Signed-off-by: Seung-Woo Kim --- packaging/linux-rpi3.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/linux-rpi3.spec b/packaging/linux-rpi3.spec index 7413e9414a0f..d42f7f07c33d 100644 --- a/packaging/linux-rpi3.spec +++ b/packaging/linux-rpi3.spec @@ -27,7 +27,6 @@ BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root BuildRequires: bc BuildRequires: module-init-tools -BuildRequires: u-boot-tools >= 2016.03 BuildRequires: bison BuildRequires: flex BuildRequires: libopenssl1.1-devel -- 2.34.1