bitbake: bitbake: python funcname can not include special character @
authorLi Wang <li.wang@windriver.com>
Tue, 25 Jun 2013 06:31:14 +0000 (14:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2013 09:06:09 +0000 (10:06 +0100)
commit1304ecee5633c494ae9ad9012c2519f2dea4afc0
tree1d02dcc3d870c006e89504223a208828d0689525
parent874636e476fc896e77b505ef9ae096c00eb80b28
bitbake: bitbake: python funcname can not include special character @

[YOCTO #4772]

When path:file change to python function, it maybe include '@' character.
So, add the special character to change to '_' for avoid error.

(Bitbake rev: 684bc6dcb11ecb1fd7a4d25c08909ad9879e8342)

Signed-off-by: Li Wang <li.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/parse/ast.py