[yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Matthew McClintock
Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/intltool/intltool.inc |2 +- meta/recipes-devtools/intltool/intltool_0.40.6.bb |2

Re: [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Gary Thomas
On 2011-08-03 10:33, Matthew McClintock wrote: Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. How does the change below correspond to this comment? It's not clear [at least to me] how changing that environment variable

Re: [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread McClintock Matthew-B29882
(Sorry if this get sent twice...) On Wed, Aug 3, 2011 at 11:44 AM, Gary Thomas g...@mlbassoc.com wrote: On 2011-08-03 10:33, Matthew McClintock wrote: Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. How does the change

Re: [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Gary Thomas
On 2011-08-03 13:52, McClintock Matthew-B29882 wrote: (Sorry if this get sent twice...) On Wed, Aug 3, 2011 at 11:44 AM, Gary Thomasg...@mlbassoc.com wrote: On 2011-08-03 10:33, Matthew McClintock wrote: Several installed scripts set the perl shebang that is too long which can cause

Re: [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread McClintock Matthew-B29882
On Wed, Aug 3, 2011 at 11:44 AM, Gary Thomas g...@mlbassoc.com wrote: On 2011-08-03 10:33, Matthew McClintock wrote: Several installed scripts set the perl shebang that is too long which can cause failures on certian older bash versions. How does the change below correspond to this comment?