linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts: package: mkdebian: add missing rsync dependency
@ 2019-12-16 20:07 Enrico Weigelt, metux IT consult
  2019-12-17  1:09 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-12-16 20:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: masahiroy, michal.lkml, linux-riscv, linux-kbuild

We've missed the dependency to rsync, so build fails on
minimal containers.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 scripts/package/mkdebian | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index e0750b70453f..7c230016b08d 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -174,7 +174,7 @@ Source: $sourcename
 Section: kernel
 Priority: optional
 Maintainer: $maintainer
-Build-Depends: bc, kmod, cpio, bison, flex | flex:native $extra_build_depends
+Build-Depends: bc, rsync, kmod, cpio, bison, flex | flex:native $extra_build_depends
 Homepage: http://www.kernel.org/
 
 Package: $packagename
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-17  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16 20:07 [PATCH] scripts: package: mkdebian: add missing rsync dependency Enrico Weigelt, metux IT consult
2019-12-17  1:09 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).