]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: Fix regex to handle versions without spaces
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2016 11:36:13 +0000 (11:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Feb 2016 08:27:17 +0000 (08:27 +0000)
commit613e96b06202f31870be411ca45b44237ae55b1c
tree0a01b3372eee14f8cab72a7b27251ce37de4e273
parent056339c32a9ff0735d39cae216663147cdbb275c
buildhistory: Fix regex to handle versions without spaces

Its valid to have dependencies like XXX (=2.1) without spaces, as injected
by debian.bbclass. The code was breaking these into separate components
and destroying them so improve the regex to handle them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass