Skip to content
Snippets Groups Projects
Commit a11391b6 authored by Enrico Weigelt, metux IT consult's avatar Enrico Weigelt, metux IT consult Committed by Masahiro Yamada
Browse files

scripts: package: mkdebian: add missing rsync dependency


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

Fixes: 59b2bd05 ("kbuild: add 'headers' target to build up uapi headers in usr/include")
Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 272a7210
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment