[bitbake-devel] [PATCH 88/94] bitbake: dsi: read correct recipe description field

Alex DAMIAN alexandru.damian at intel.com
Tue Sep 24 16:52:57 UTC 2013


From: Alexandru DAMIAN <alexandru.damian at intel.com>

Fixing reading the recipe description field.

[YOCTO #5010]

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
---
 bitbake/lib/bb/ui/buildinfohelper.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py
index 4ffa0d9..7f0086e 100644
--- a/bitbake/lib/bb/ui/buildinfohelper.py
+++ b/bitbake/lib/bb/ui/buildinfohelper.py
@@ -568,7 +568,7 @@ class BuildInfoHelper(object):
             recipe_info['layer_version'] = layer_version_obj
             recipe_info['summary'] = event._depgraph['pn'][pn]['summary']
             recipe_info['license'] = event._depgraph['pn'][pn]['license']
-            recipe_info['description'] = event._depgraph['pn'][pn]['summary']
+            recipe_info['description'] = event._depgraph['pn'][pn]['description']
             recipe_info['section'] = event._depgraph['pn'][pn]['section']
             recipe_info['licensing_info'] = 'Not Available'
             recipe_info['homepage'] = event._depgraph['pn'][pn]['homepage']
-- 
1.8.1.2




More information about the bitbake-devel mailing list