diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-08 10:35:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-11 17:36:50 +0000 |
commit | 43a04ddc7f2727f8ad26860baef49c5ca166c125 (patch) | |
tree | ae46bf9014b08fd87c6a7131f63e8cb5de71ccc1 /bitbake/ChangeLog | |
parent | 8abe4b8b2a215d320e2dd0ee3c8d91d1f5dd5c25 (diff) | |
download | poky-43a04ddc7f2727f8ad26860baef49c5ca166c125.tar.gz |
bitbake: ast: Add error when trying to use dash in sh function names
A dash character is illegal in function names in sh (but not bash). Since
our shell tasks run under sh and the shell parser is sh based, EXPORT_FUNCTIONS
won't work with class names containing a dash.
We can't change sh, we can ensure the user is warned about the problem
straight away though.
[YOCTO #7006]
(Bitbake rev: 879fe20f47ba75f4afb3484d4398d5fd60431e12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/ChangeLog')
0 files changed, 0 insertions, 0 deletions