[elbe-devel] [PATCH 2/2] debianize: kernel: Add lzop build dependency

Kurt Kanzenbach kurt at linutronix.de
Mon May 18 09:05:35 CEST 2020


For some kernel builds lzop is needed. Add it to the dependencies.

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 b18525dd11af..ace64de89b51 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, u-boot-tools, flex, bison
+Build-Depends: debhelper (>= 9), bc, libelf-dev, u-boot-tools, flex, bison, lzop
 Standards-Version: 3.8.4
 Homepage: http://www.kernel.org/
 
-- 
2.20.1




More information about the elbe-devel mailing list