packaging: Define necessary packages for building 4.19 kernel
authorJunghoon Kim <jhoon20.kim@samsung.com>
Wed, 8 May 2019 01:55:14 +0000 (10:55 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:07:44 +0000 (18:07 +0900)
This patch defines necessary packages for building 4.19 kernel including
bison, flex, and libopenssl-devel.

Change-Id: Iccd5bfdbd313599a9fb1dd86c0db264a1114bb41
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
packaging/linux-rpi3.spec

index e00e961..d4e23e1 100644 (file)
@@ -25,6 +25,9 @@ BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
 BuildRequires: bc
 BuildRequires: module-init-tools
 BuildRequires: u-boot-tools >= 2016.03
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: libopenssl-devel
 
 %description
 The Linux Kernel, the operating system core itself