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:
committed by
Denys Dmytriyenko
parent
39d09b2349
commit
3e7707dd17
@@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
DEPENDS = "popt"
|
||||
DEPENDS = "popt rsync-native"
|
||||
|
||||
inherit kernel-arch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user