Re: [lng-odp] [PATCH] configure.ac: fix builds from raw git tar

2016-12-06 Thread Mike Holmes
Note, as Maxim caught there is another issue that results in a bad
version string but all the test pass

On 6 December 2016 at 10:03, Maxim Uvarov  wrote:
> Merged,
>
> Maxim.
>
> On 12/05/16 21:57, Mike Holmes wrote:
>> Ping, trivial fix for Monarch to actually work from the download page
>>
>> On 1 December 2016 at 14:28, Mike Holmes  wrote:
>>
>>> I missed the prefix for MONARCH - re sending
>>>
>>> On 1 December 2016 at 14:21, Mike Holmes  wrote:
>>>
 Signed-off-by: Mike Holmes 
 ---
  configure.ac | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/configure.ac b/configure.ac
 index 48fe0be..5c7ddd0 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -1,5 +1,5 @@
  AC_PREREQ([2.5])
 -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [
 lng-odp@lists.linaro.org])
 +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [
 lng-odp@lists.linaro.org])
  AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
  AC_CONFIG_SRCDIR([helper/config.h.in])
  AM_CONFIG_HEADER([helper/config.h])
 --
 2.9.3


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



-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org │ Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"


Re: [lng-odp] [PATCH] configure.ac: fix builds from raw git tar

2016-12-06 Thread Maxim Uvarov
Merged,

Maxim.

On 12/05/16 21:57, Mike Holmes wrote:
> Ping, trivial fix for Monarch to actually work from the download page
> 
> On 1 December 2016 at 14:28, Mike Holmes  wrote:
> 
>> I missed the prefix for MONARCH - re sending
>>
>> On 1 December 2016 at 14:21, Mike Holmes  wrote:
>>
>>> Signed-off-by: Mike Holmes 
>>> ---
>>>  configure.ac | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 48fe0be..5c7ddd0 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -1,5 +1,5 @@
>>>  AC_PREREQ([2.5])
>>> -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [
>>> lng-odp@lists.linaro.org])
>>> +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [
>>> lng-odp@lists.linaro.org])
>>>  AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
>>>  AC_CONFIG_SRCDIR([helper/config.h.in])
>>>  AM_CONFIG_HEADER([helper/config.h])
>>> --
>>> 2.9.3
>>>
>>>
>>
>>
>> --
>> Mike Holmes
>> Program Manager - Linaro Networking Group
>> Linaro.org  *│ *Open source software for ARM SoCs
>> "Work should be fun and collaborative, the rest follows"
>>
>>
>>
> 
> 



Re: [lng-odp] [PATCH] configure.ac: fix builds from raw git tar

2016-12-05 Thread Mike Holmes
Ping, trivial fix for Monarch to actually work from the download page

On 1 December 2016 at 14:28, Mike Holmes  wrote:

> I missed the prefix for MONARCH - re sending
>
> On 1 December 2016 at 14:21, Mike Holmes  wrote:
>
>> Signed-off-by: Mike Holmes 
>> ---
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 48fe0be..5c7ddd0 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1,5 +1,5 @@
>>  AC_PREREQ([2.5])
>> -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [
>> lng-odp@lists.linaro.org])
>> +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [
>> lng-odp@lists.linaro.org])
>>  AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
>>  AC_CONFIG_SRCDIR([helper/config.h.in])
>>  AM_CONFIG_HEADER([helper/config.h])
>> --
>> 2.9.3
>>
>>
>
>
> --
> Mike Holmes
> Program Manager - Linaro Networking Group
> Linaro.org  *│ *Open source software for ARM SoCs
> "Work should be fun and collaborative, the rest follows"
>
>
>


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


Re: [lng-odp] [PATCH] configure.ac: fix builds from raw git tar

2016-12-01 Thread Mike Holmes
I missed the prefix for MONARCH - re sending

On 1 December 2016 at 14:21, Mike Holmes  wrote:

> Signed-off-by: Mike Holmes 
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 48fe0be..5c7ddd0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,5 @@
>  AC_PREREQ([2.5])
> -AC_INIT([OpenDataPlane], m4_esyscmd(./scripts/git_hash.sh .), [
> lng-odp@lists.linaro.org])
> +AC_INIT([OpenDataPlane], m4_esyscmd_s(./scripts/git_hash.sh .), [
> lng-odp@lists.linaro.org])
>  AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
>  AC_CONFIG_SRCDIR([helper/config.h.in])
>  AM_CONFIG_HEADER([helper/config.h])
> --
> 2.9.3
>
>


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