diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2017-03-30 08:41:53 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-30 14:13:36 -0400 |
| commit | b93bbc8415151cd3ee3c01615f909bab23db04a6 (patch) | |
| tree | c36676f175e48f650950fbef0fa9b5533dafbccb /recipes-kernel/kselftests | |
| parent | 3b1e101d9b627d6698d4648393df2effdb3ca693 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 22 | 22 | ||
| 23 | DEPENDS = "libcap libcap-ng popt rsync-native util-linux \ | 23 | DEPENDS = "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 | ||
