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:
parent
1703d3317e
commit
0a686e0f75
|
|
@ -47,6 +47,8 @@ do_install() {
|
|||
done
|
||||
}
|
||||
|
||||
DEPENDS += "rsync-native"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_SOCARCH}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue