[Angstrom-devel] [PATCH] angstrom-version.bb: fix LexToken(TOKEN, 'nobranch', 0, 0) error

2011-11-14 Thread Bernhard Guillon
Strip braces from git revision string e.g. from (no branch) to not confuse the tokenizing. Without the following error occures on a detached (no branch) git branch : File sources/bitbake/lib/bb/pysh/pyshyacc.py, line 646, in p_error(p=LexToken(TOKEN,'nobranch',0,0)): w(' %r\n' %

Re: [Angstrom-devel] [PATCH] angstrom-version.bb: fix LexToken(TOKEN, 'nobranch', 0, 0) error

2011-11-14 Thread Koen Kooi
Applied, thanks! Op 14 nov. 2011, om 11:35 heeft Bernhard Guillon het volgende geschreven: Strip braces from git revision string e.g. from (no branch) to not confuse the tokenizing. Without the following error occures on a detached (no branch) git branch : File