bitbake: toasterui: fix version numbers for no PE specified
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 2 Dec 2013 14:39:15 +0000 (14:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Dec 2013 11:16:13 +0000 (11:16 +0000)
commit503b01eb3ba35149269b3933d8fd1bc682858874
tree50d370d926adc91f8c0a638642f8388344e1b658
parent7f6edcf2c1875db25dd4cd8a0437b744142414cf
bitbake: toasterui: fix version numbers for no PE specified

PE is an optional field in recipes specifiying the epoch
for the recipe. The canonical form for the
full recipe version string is: PE:PV-PR

If no PE is specified, we shouldn't store the initial ":"
character, as it leads to inconsistency with how the
version string is used elsewhere. This patch drops the leading ":"

    [YOCTO #5459]

(Bitbake rev: f6031bd753917c459ab232d88d7dcfc3f10e8184)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/buildinfohelper.py