[yocto] [PATCHv2 07/11][auh] upgradehelper.py: UniverseUpdate don't abort if recipe checkpkg fails.

Aníbal Limón anibal.limon at linux.intel.com
Mon Aug 3 12:04:35 PDT 2015


When try to detect upstream version of recipes if one fails don't abort
all the execution.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 upgradehelper.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/upgradehelper.py b/upgradehelper.py
index 8d6c6f6..d4a5360 100755
--- a/upgradehelper.py
+++ b/upgradehelper.py
@@ -285,10 +285,7 @@ class Updater(object):
                     C(" \"distrodata.bbclass\" not inherited. Consider adding "
                       "the following to your local.conf:\n\n"
                       "INHERIT =+ \"distrodata\"\n")
-                else:
-                    C(line)
-
-            exit(1)
+                    exit(1)
 
     def _parse_checkpkg_file(self, file_path):
         import csv
-- 
1.9.1




More information about the yocto mailing list