Skip to content

Commit

Permalink
scripts: package: mkdebian: add missing rsync dependency
Browse files Browse the repository at this point in the history
We've missed the dependency to rsync, so build fails on
minimal containers.

Fixes: 59b2bd0 ("kbuild: add 'headers' target to build up uapi headers in usr/include")
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
metux authored and masahir0y committed Dec 17, 2019
1 parent 272a721 commit a11391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package/mkdebian
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a11391b

Please sign in to comment.