From 095e92caf741207d4abef4fa440736f8919d24ed Mon Sep 17 00:00:00 2001 From: Junghoon Kim Date: Wed, 8 May 2019 10:55:14 +0900 Subject: [PATCH] packaging: Define necessary packages for building 4.19 kernel This patch defines necessary packages for building 4.19 kernel including bison, flex, and libopenssl-devel. Change-Id: Iccd5bfdbd313599a9fb1dd86c0db264a1114bb41 Signed-off-by: Junghoon Kim --- packaging/linux-rpi3.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/linux-rpi3.spec b/packaging/linux-rpi3.spec index e00e961..d4e23e1 100644 --- a/packaging/linux-rpi3.spec +++ b/packaging/linux-rpi3.spec @@ -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 -- 2.7.4