Skip to content

Commit a11391b

Browse files
metuxmasahir0y
authored andcommitted
scripts: package: mkdebian: add missing rsync dependency
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]>
1 parent 272a721 commit a11391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/mkdebian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Source: $sourcename
174174
Section: kernel
175175
Priority: optional
176176
Maintainer: $maintainer
177-
Build-Depends: bc, kmod, cpio, bison, flex | flex:native $extra_build_depends
177+
Build-Depends: bc, rsync, kmod, cpio, bison, flex | flex:native $extra_build_depends
178178
Homepage: http://www.kernel.org/
179179
180180
Package: $packagename

0 commit comments

Comments
 (0)