[2/2] linux-custom: add rsync to build dependencies

Message ID 20220413120256.165-3-Cedric_Hombourger@mentor.com
State Accepted, archived
Headers show
Series linux-custom: fix building of the linux-libc-dev package | expand

Commit Message

Cedric Hombourger April 13, 2022, 4:02 a.m. UTC
The Linux kernel makefiles use rsync when installing libc headers.
Add rsync to BuildDepends

Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
---
 meta/recipes-kernel/linux/linux-custom.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Patch

diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc
index 8a5dbf8..b09ec5c 100644
--- a/meta/recipes-kernel/linux/linux-custom.inc
+++ b/meta/recipes-kernel/linux/linux-custom.inc
@@ -22,7 +22,8 @@  KBUILD_DEPENDS ?= "build-essential:native, \
                    cpio, \
                    flex, \
                    git, \
-                   kmod,"
+                   kmod, \
+                   rsync,"
 
 KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, \
                           kmod, \