Message ID | 20161201192144.4437-1-mike.holmes@linaro.org |
---|---|
State | Superseded |
Headers | show |
I missed the prefix for MONARCH - re sending On 1 December 2016 at 14:21, Mike Holmes <mike.holmes@linaro.org> wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > 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 <http://www.linaro.org/> *│ *Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
Ping, trivial fix for Monarch to actually work from the download page On 1 December 2016 at 14:28, Mike Holmes <mike.holmes@linaro.org> wrote: > I missed the prefix for MONARCH - re sending > > On 1 December 2016 at 14:21, Mike Holmes <mike.holmes@linaro.org> wrote: > >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >> --- >> 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 <http://www.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 <http://www.linaro.org/> *│ *Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
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 <mike.holmes@linaro.org> wrote: > >> I missed the prefix for MONARCH - re sending >> >> On 1 December 2016 at 14:21, Mike Holmes <mike.holmes@linaro.org> wrote: >> >>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >>> --- >>> 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 <http://www.linaro.org/> *│ *Open source software for ARM SoCs >> "Work should be fun and collaborative, the rest follows" >> >> >> > >
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 <maxim.uvarov@linaro.org> 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 <mike.holmes@linaro.org> wrote: >> >>> I missed the prefix for MONARCH - re sending >>> >>> On 1 December 2016 at 14:21, Mike Holmes <mike.holmes@linaro.org> wrote: >>> >>>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >>>> --- >>>> 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 <http://www.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"
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])
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.9.3