#
65ca8e19 |
| 16-Jul-2022 |
Andrew Geissler <geissonator@yahoo.com> |
ensure no space in script type string
New bitbake checks to ensure the #! line does not exceed 180 characters and it requires no space between it and the script type info.
Signed-off-by: Andrew Gei
ensure no space in script type string
New bitbake checks to ensure the #! line does not exceed 180 characters and it requires no space between it and the script type info.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If52da98c06aced381a6b82cfc0756c1a322f7aec
show more ...
|
#
8abfe308 |
| 09-Aug-2017 |
Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> |
Remove using isdigit since its deprecated I had put an extra check to see if instance number is a digit and used POSIX::isdigit for that. However, it's deprecated in the PERL version
Remove using isdigit since its deprecated I had put an extra check to see if instance number is a digit and used POSIX::isdigit for that. However, it's deprecated in the PERL version that is in the mrw-tools. Also, no other parsers are doing this explicit check since the instance number has to be digit and is fundamental and hence isdigit check is not needed. Change-Id: I5922e466af6cdd9e9365c1d9ddf54b12a6763a5c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
show more ...
|