From: Fathi Boudra <[email protected]> lib.mk is calling rsync: | /bin/sh: 1: rsync: not found | ../lib.mk:24: recipe for target 'install' failed
Signed-off-by: Fathi Boudra <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-kernel/kselftests/kselftests_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/kselftests/kselftests_4.4.bb b/recipes-kernel/kselftests/kselftests_4.4.bb index 3cdf4f1..eb560c9 100644 --- a/recipes-kernel/kselftests/kselftests_4.4.bb +++ b/recipes-kernel/kselftests/kselftests_4.4.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}" PACKAGE_ARCH = "${MACHINE_ARCH}" -DEPENDS = "popt" +DEPENDS = "popt rsync-native" inherit kernel-arch -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
