From 0eedc4217dcb8ebcee6879ff232d4f9e9c7fe93c Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Wed, 8 Feb 2017 10:06:03 +0900 Subject: [PATCH] packaging: removed useless BuildRequires. Removed useless "BuildRequires" in the spec file such as gcc, lzop, python and etc. It is possible to build kernel without these packages. The reason why, kernel doesn't need to have dependencies these packages associated with Tizen platform. Signed-off-by: Jaechul Lee --- packaging/linux-3.18-exynos7270.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packaging/linux-3.18-exynos7270.spec b/packaging/linux-3.18-exynos7270.spec index 62d6fcf..c29568c 100644 --- a/packaging/linux-3.18-exynos7270.spec +++ b/packaging/linux-3.18-exynos7270.spec @@ -17,12 +17,6 @@ Provides: linux-%{KERNEL_VERSION} %define __spec_install_post /usr/lib/rpm/brp-compress || : %define debug_package %{nil} -BuildRequires: lzop -BuildRequires: binutils-devel -BuildRequires: module-init-tools -BuildRequires: python -BuildRequires: gcc -BuildRequires: bash BuildRequires: bc %description -- 2.7.4