[elbe-devel] [PATCH 1/2] debianize/linux: Add missing build dependencies
Kurt Kanzenbach
kurt at linutronix.de
Wed May 15 15:19:14 CEST 2019
Newer kernel versions always require bison and flex for a successful build. So,
add them. Furthermore, add u-boot-tools just in case an uImage is built.
Signed-off-by: Kurt Kanzenbach <kurt at linutronix.de>
---
elbepack/makofiles/debianize/kernel/control.mako | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/makofiles/debianize/kernel/control.mako b/elbepack/makofiles/debianize/kernel/control.mako
index a0279377622a..b18525dd11af 100644
--- a/elbepack/makofiles/debianize/kernel/control.mako
+++ b/elbepack/makofiles/debianize/kernel/control.mako
@@ -9,7 +9,7 @@ Source: linux-${k_version}-${p_name}
Section: kernel
Priority: optional
Maintainer: ${m_name} <${m_mail}>
-Build-Depends: debhelper (>= 9), bc, libelf-dev
+Build-Depends: debhelper (>= 9), bc, libelf-dev, u-boot-tools, flex, bison
Standards-Version: 3.8.4
Homepage: http://www.kernel.org/
--
2.11.0
More information about the elbe-devel
mailing list