linux-imx-headers: added rsync to the native dependencies

Added rsync to the native dependencies, since it is used during
header install to prevent a build issue.

https://jira.digi.com/browse/DEL-7013

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-04-23 17:30:40 +02:00
parent 1703d3317e
commit 0a686e0f75
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ do_install() {
done done
} }
DEPENDS += "rsync-native"
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
PACKAGE_ARCH = "${MACHINE_SOCARCH}" PACKAGE_ARCH = "${MACHINE_SOCARCH}"