[Buildroot] [PATCH 1/1] automake: fix unescaped left brace warning patch.

Adam Duskett aduskett at gmail.com
Thu Feb 9 12:33:26 UTC 2017


Hello;

On Thu, Feb 9, 2017 at 3:41 AM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Wed,  8 Feb 2017 19:07:10 -0500, Adam Duskett wrote:
>
>>  .../0002-fix-unescaped-left-brace-warning.patch       | 19 +++++++++++++++++++
>>  1 file changed, 19 insertions(+)
>>  create mode 100644 package/automake/0002-fix-unescaped-left-brace-warning.patch
>>
>> diff --git a/package/automake/0002-fix-unescaped-left-brace-warning.patch b/package/automake/0002-fix-unescaped-left-brace-warning.patch
>> new file mode 100644
>> index 0000000..a33b1f1
>> --- /dev/null
>> +++ b/package/automake/0002-fix-unescaped-left-brace-warning.patch
>> @@ -0,0 +1,19 @@
>> +Automake currently has a unescaped left brace in it's automake.in folder
>> +that generates the warning:
>> +Unescaped left brace in regex is deprecated, passed through in regex;
>> +This patch fixes this warning.
>> +
>> +Signed-off-by: Adam Duskett <aduskett at gmail.com>
>
> I am *really* uncomfortable about merging patches touching the automake
> code base if those patches are not upstream. So please submit this
> upstream, and if it gets accepted, then we can integrate it in
> Buildroot.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com

Huh, looks like it was submitted and accepted into their git
repository.  I didn't even notice!
http://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e



More information about the buildroot mailing list