diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-08 10:35:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-08 10:38:36 +0000 |
commit | 2e26745a134373dfde3aa2b16fef3df720436e77 (patch) | |
tree | 44af3f3779c9fed7ac1db75f6724ce397d1df477 /scripts/oe-trim-schemas | |
parent | 97d44bf526080c31188dfb5b0e0ffcd05a15455a (diff) | |
download | poky-2e26745a134373dfde3aa2b16fef3df720436e77.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: 86704281b79e524dccccc88cbf996b299b33bae2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-trim-schemas')
0 files changed, 0 insertions, 0 deletions