[meta-ti] [morty-next][PATCH] kselftests: add bash/ncurses runtime dependency for futex test

Fathi Boudra fathi.boudra at linaro.org
Sat Mar 18 03:54:19 PDT 2017


sorry, resent by mistake.

On 18 March 2017 at 10:39, Fathi Boudra <fathi.boudra at linaro.org> wrote:
> futex test requires tput at runtime.
>
> Signed-off-by: Fathi Boudra <fathi.boudra at linaro.org>
> ---
>  recipes-kernel/kselftests/kselftests_4.9.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb
> index 3cd12ea6..6e8c2143 100644
> --- a/recipes-kernel/kselftests/kselftests_4.9.bb
> +++ b/recipes-kernel/kselftests/kselftests_4.9.bb
> @@ -142,6 +142,7 @@ FILES_${PN}-dbg += "${bindir}/kselftests/*/.debug"
>
>  RDEPENDS_${PN}-cpu-hotplug += "bash"
>  RDEPENDS_${PN}-efivarfs += "bash"
> +RDEPENDS_${PN}-futex += "bash ncurses"
>  RDEPENDS_${PN}-memory-hotplug += "bash"
>  RDEPENDS_${PN}-net += "bash"
>  RDEPENDS_${PN}-vm += "bash"
> --
> 2.11.0
>


More information about the meta-ti mailing list