Re: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-09 Thread Maxim Uvarov
Merged with fix.

Maxim.

On 12/08/16 18:58, Mike Holmes wrote:
> Thanks Petri
> 
> Maxim can you fix typo on commit  ?
> 
> On 8 December 2016 at 02:32, Savolainen, Petri (Nokia - FI/Espoo) <
> petri.savolai...@nokia-bell-labs.com> wrote:
> 
>>
>>
>>> -Original Message-
>>> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of
>> Mike
>>> Holmes
>>> Sent: Wednesday, December 07, 2016 9:43 PM
>>> To: lng-odp@lists.linaro.org
>>> Subject: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0
>>>
>>> Signed-off-by: Mike Holmes 
>>> ---
>>>  configure.ac | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 3e89b0a..543f535 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
>>>   ODP_ABI_COMPAT=0
>>>   abi_compat=no
>>>   enable_shared=no
>>> + #if there is no API compatibility the .so numbers are meaningless
>>
>> Typo: API => ABI
>>
>> -Petri
>>
>>> + ODP_LIBSO_VERSION=0:0:0
>>>  fi])
>>>  AC_SUBST(ODP_ABI_COMPAT)
>>>
>>> --
>>> 2.9.3
>>
>>
> 
> 



Re: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-08 Thread Maxim Uvarov
On 12/08/16 18:58, Mike Holmes wrote:
> Thanks Petri
> 
> Maxim can you fix typo on commit  ?
> 

yes, will fix.


> On 8 December 2016 at 02:32, Savolainen, Petri (Nokia - FI/Espoo) <
> petri.savolai...@nokia-bell-labs.com> wrote:
> 
>>
>>
>>> -Original Message-
>>> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of
>> Mike
>>> Holmes
>>> Sent: Wednesday, December 07, 2016 9:43 PM
>>> To: lng-odp@lists.linaro.org
>>> Subject: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0
>>>
>>> Signed-off-by: Mike Holmes 
>>> ---
>>>  configure.ac | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 3e89b0a..543f535 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
>>>   ODP_ABI_COMPAT=0
>>>   abi_compat=no
>>>   enable_shared=no
>>> + #if there is no API compatibility the .so numbers are meaningless
>>
>> Typo: API => ABI
>>
>> -Petri
>>
>>> + ODP_LIBSO_VERSION=0:0:0
>>>  fi])
>>>  AC_SUBST(ODP_ABI_COMPAT)
>>>
>>> --
>>> 2.9.3
>>
>>
> 
> 



Re: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-08 Thread Mike Holmes
Thanks Petri

Maxim can you fix typo on commit  ?

On 8 December 2016 at 02:32, Savolainen, Petri (Nokia - FI/Espoo) <
petri.savolai...@nokia-bell-labs.com> wrote:

>
>
> > -Original Message-
> > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of
> Mike
> > Holmes
> > Sent: Wednesday, December 07, 2016 9:43 PM
> > To: lng-odp@lists.linaro.org
> > Subject: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0
> >
> > Signed-off-by: Mike Holmes 
> > ---
> >  configure.ac | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/configure.ac b/configure.ac
> > index 3e89b0a..543f535 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
> >   ODP_ABI_COMPAT=0
> >   abi_compat=no
> >   enable_shared=no
> > + #if there is no API compatibility the .so numbers are meaningless
>
> Typo: API => ABI
>
> -Petri
>
> > + ODP_LIBSO_VERSION=0:0:0
> >  fi])
> >  AC_SUBST(ODP_ABI_COMPAT)
> >
> > --
> > 2.9.3
>
>


-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"


Re: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-07 Thread Savolainen, Petri (Nokia - FI/Espoo)


> -Original Message-
> From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Mike
> Holmes
> Sent: Wednesday, December 07, 2016 9:43 PM
> To: lng-odp@lists.linaro.org
> Subject: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0
> 
> Signed-off-by: Mike Holmes 
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index 3e89b0a..543f535 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
>   ODP_ABI_COMPAT=0
>   abi_compat=no
>   enable_shared=no
> + #if there is no API compatibility the .so numbers are meaningless

Typo: API => ABI

-Petri

> + ODP_LIBSO_VERSION=0:0:0
>  fi])
>  AC_SUBST(ODP_ABI_COMPAT)
> 
> --
> 2.9.3



Re: [lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-07 Thread Bill Fischofer
For this series:

Reviewed-by: Bill Fischofer 

On Wed, Dec 7, 2016 at 1:43 PM, Mike Holmes  wrote:
> Signed-off-by: Mike Holmes 
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 3e89b0a..543f535 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
> ODP_ABI_COMPAT=0
> abi_compat=no
> enable_shared=no
> +   #if there is no API compatibility the .so numbers are meaningless
> +   ODP_LIBSO_VERSION=0:0:0
>  fi])
>  AC_SUBST(ODP_ABI_COMPAT)
>
> --
> 2.9.3
>


[lng-odp] [PATCH 1/2] configure: if no ABI reset .so to 0

2016-12-07 Thread Mike Holmes
Signed-off-by: Mike Holmes 
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 3e89b0a..543f535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,6 +254,8 @@ AC_ARG_ENABLE([abi-compat],
ODP_ABI_COMPAT=0
abi_compat=no
enable_shared=no
+   #if there is no API compatibility the .so numbers are meaningless
+   ODP_LIBSO_VERSION=0:0:0
 fi])
 AC_SUBST(ODP_ABI_COMPAT)
 
-- 
2.9.3