summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kselftests
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-03-14 23:22:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-14 21:39:47 -0400
commit3e7707dd17944c8159c45f7f6fa7f59550c8fbba (patch)
tree915735d64e3128540cca34a77574b4ef6fbd1852 /recipes-kernel/kselftests
parent39d09b2349787bdc97b9810a1bd9689939a54d9d (diff)
downloadmeta-ti-3e7707dd17944c8159c45f7f6fa7f59550c8fbba.tar.gz
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>
Diffstat (limited to 'recipes-kernel/kselftests')
-rw-r--r--recipes-kernel/kselftests/kselftests_4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kselftests/kselftests_4.4.bb b/recipes-kernel/kselftests/kselftests_4.4.bb
index 3cdf4f10..eb560c92 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}"
11 11
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14DEPENDS = "popt" 14DEPENDS = "popt rsync-native"
15 15
16inherit kernel-arch 16inherit kernel-arch
17 17