[Buildroot] [PATCH] swig : bump to version 2.0.12

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Sep 21 18:06:25 UTC 2014


Dear Jérémy Rosen,

On Fri, 19 Sep 2014 09:13:50 +0200, Jérémy Rosen wrote:
> Signed-off-by: Jérémy Rosen <jeremy.rosen at openwide.fr>
> ---
>  package/swig/swig.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/swig/swig.mk b/package/swig/swig.mk
> index 79839ea..5efc81c 100644
> --- a/package/swig/swig.mk
> +++ b/package/swig/swig.mk
> @@ -4,7 +4,8 @@
>  #
>  ################################################################################
>  
> -SWIG_VERSION = 2.0.10
> +SWIG_MAJOR = 2.0
> +SWIG_VERSION = $(SWIG_MAJOR).12

This the SWIG_MAJOR variable would only be needed by your next patch
that is not ready to be applied, I've reverted to using just
SWIG_VERSION and applied your bump.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list