summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kselftests
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-30 08:41:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-30 14:13:36 -0400
commitb93bbc8415151cd3ee3c01615f909bab23db04a6 (patch)
treec36676f175e48f650950fbef0fa9b5533dafbccb /recipes-kernel/kselftests
parent3b1e101d9b627d6698d4648393df2effdb3ca693 (diff)
downloadmeta-ti-b93bbc8415151cd3ee3c01615f909bab23db04a6.tar.gz
kselftests: gpio calls pkg-config, explicitly depend on pkgconfig-native
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'recipes-kernel/kselftests')
-rw-r--r--recipes-kernel/kselftests/kselftests_4.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb
index 9ae09a67..47f8007a 100644
--- a/recipes-kernel/kselftests/kselftests_4.10.bb
+++ b/recipes-kernel/kselftests/kselftests_4.10.bb
@@ -20,7 +20,7 @@ S = "${WORKDIR}/linux-${PV}"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22 22
23DEPENDS = "libcap libcap-ng popt rsync-native util-linux \ 23DEPENDS = "libcap libcap-ng popt rsync-native util-linux pkgconfig-native \
24 ${@bb.utils.contains("TARGET_ARCH", "arm", "", "numactl", d)} \ 24 ${@bb.utils.contains("TARGET_ARCH", "arm", "", "numactl", d)} \
25" 25"
26 26