diff options
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/ui/buildinfohelper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index 0252efdfef..3d5f1c8609 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
| @@ -531,7 +531,7 @@ class BuildInfoHelper(object): | |||
| 531 | 531 | ||
| 532 | recipe_info = {} | 532 | recipe_info = {} |
| 533 | recipe_info['name'] = pn | 533 | recipe_info['name'] = pn |
| 534 | recipe_info['version'] = event._depgraph['pn'][pn]['version'] | 534 | recipe_info['version'] = event._depgraph['pn'][pn]['version'].lstrip(":") |
| 535 | recipe_info['layer_version'] = layer_version_obj | 535 | recipe_info['layer_version'] = layer_version_obj |
| 536 | recipe_info['summary'] = event._depgraph['pn'][pn]['summary'] | 536 | recipe_info['summary'] = event._depgraph['pn'][pn]['summary'] |
| 537 | recipe_info['license'] = event._depgraph['pn'][pn]['license'] | 537 | recipe_info['license'] = event._depgraph['pn'][pn]['license'] |
