]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
scripts: package: mkdebian: add missing rsync dependency
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 16 Dec 2019 20:07:19 +0000 (21:07 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 30 Jan 2020 15:23:03 +0000 (16:23 +0100)
BugLink: https://bugs.launchpad.net/bugs/1860130
[ Upstream commit a11391b6f50689adb22c65df783e09143fafb794 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
scripts/package/mkdebian

index e0750b70453f2e19e14175b176dc3cb7110844c1..7c230016b08d155bf2abb906f2227a0586154e6c 100755 (executable)
@@ -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