1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

kselftests: add rsync build dependency

lib.mk is calling rsync:
| /bin/sh: 1: rsync: not found
| ../lib.mk:24: recipe for target 'install' failed

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Fathi Boudra
2017-03-14 23:22:44 +00:00
committed by Denys Dmytriyenko
parent 39d09b2349
commit 3e7707dd17

View File

@@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "popt"
DEPENDS = "popt rsync-native"
inherit kernel-arch