[Buildroot] [PATCH 02/31] libplayer: fix typo on BR2_nios2

Samuel Martin s.martin49 at gmail.com
Mon Oct 20 08:35:44 UTC 2014


On Sun, Oct 19, 2014 at 10:07 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> libplayer is using BR2_nios, but it should be BR2_nios2.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Acked-by: Samuel Martin <s.martin49 at gmail.com>

> ---
>  package/libplayer/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libplayer/Config.in b/package/libplayer/Config.in
> index 4f5404c..703b96d 100644
> --- a/package/libplayer/Config.in
> +++ b/package/libplayer/Config.in
> @@ -14,7 +14,7 @@ config BR2_PACKAGE_LIBPLAYER_MPLAYER
>         bool "mplayer backend"
>         # mplayer
>         depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb || \
> -                  BR2_microblaze || BR2_aarch64 || BR2_nios)
> +                  BR2_microblaze || BR2_aarch64 || BR2_nios2)
>         # mplayer
>         depends on BR2_LARGEFILE
>         # mplayer
> --
> 2.0.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



-- 
Samuel



More information about the buildroot mailing list