diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 06:09:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 13:52:10 -0500 |
commit | 7348f5198416b3b618f756aed020650b4ae80bd6 (patch) | |
tree | 09d2866e9ac3c54e7f47a919072cf4c6799fc4ac /recipes-kernel | |
parent | 9d21b24b37d5cb730632941ebac91f95800385db (diff) | |
download | meta-ti-7348f5198416b3b618f756aed020650b4ae80bd6.tar.gz |
kselftests: remove numactl deps, as it's in meta-oe and not needed for arm
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kselftests/kselftests_4.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb index e4cd278b..428421d2 100644 --- a/recipes-kernel/kselftests/kselftests_4.10.bb +++ b/recipes-kernel/kselftests/kselftests_4.10.bb | |||
@@ -21,7 +21,6 @@ S = "${WORKDIR}/linux-${PV}" | |||
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | 22 | ||
23 | DEPENDS = "libcap libcap-ng popt rsync-native util-linux pkgconfig-native \ | 23 | DEPENDS = "libcap libcap-ng popt rsync-native util-linux pkgconfig-native \ |
24 | ${@bb.utils.contains("TARGET_ARCH", "arm", "", "numactl", d)} \ | ||
25 | " | 24 | " |
26 | 25 | ||
27 | inherit kernel-arch | 26 | inherit kernel-arch |