packaging: removed useless BuildRequires.
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 8 Feb 2017 01:06:03 +0000 (10:06 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Tue, 14 Feb 2017 04:26:35 +0000 (13:26 +0900)
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 <jcsing.lee@samsung.com>
packaging/linux-3.18-exynos7270.spec

index 62d6fcf4bb2f9d44440476737b941968f1427e62..c29568c1ec77ad81e3160924d024260cfd45a158 100644 (file)
@@ -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