Re: [OE-core][PATCH v2] insane.bbclass: Add test for shebang line length

2020-04-15 Thread Denys Dmytriyenko
On Tue, Apr 14, 2020 at 03:20:20PM -0300, Domarys Correa wrote: > Shebang lines longer than 128 characters can give an error > depending on the operating system. > This implements a test that signals an error when locating a > faulty shebang. > > YOCTO: #11053 > > Signed-off-by: Domarys Correa >

[OE-core][PATCH v2] insane.bbclass: Add test for shebang line length

2020-04-14 Thread Domarys Correa
Shebang lines longer than 128 characters can give an error depending on the operating system. This implements a test that signals an error when locating a faulty shebang. YOCTO: #11053 Signed-off-by: Domarys Correa --- meta/classes/insane.bbclass | 25 - 1 file changed,