[elbe-devel] [PATCH 2/2] elbe-common: add cpio runtime dependency
Manuel Traut
manut at linutronix.de
Thu Mar 23 13:58:07 CET 2017
it is used in Makefile.mako during 'elbe init' to add the
preseeding, etc into the installer initrd
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index b32763d7..7097e356 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,8 @@ Depends: ${misc:Depends},
python-apt,
python-gpgme,
python-pyme,
- wget
+ wget,
+ cpio
Description: common files
Common files for ELBE (embedded linux build environment). These
python-modules are shared by several elbe subcommands.
--
2.11.0
More information about the elbe-devel
mailing list