diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-12-16 21:07:19 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2019-12-17 19:23:10 +0900 |
commit | a11391b6f50689adb22c65df783e09143fafb794 (patch) | |
tree | 6f09af6c9b29795400b6128906826587753ac44f /scripts | |
parent | 272a72103012862e3a24ea06635253ead0b6e808 (diff) | |
download | linux-a11391b6f50689adb22c65df783e09143fafb794.tar.bz2 |
scripts: package: mkdebian: add missing rsync dependency
We've missed the dependency to rsync, so build fails on
minimal containers.
Fixes: 59b2bd05f5f4 ("kbuild: add 'headers' target to build up uapi headers in usr/include")
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/package/mkdebian | 2 |
1 files changed, 1 insertions, 1 deletions
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 |