[bitbake-devel] [PATCH] propertydialog adjustments for package.bbclass

Andrei Dinu andrei.adrianx.dinu at intel.com
Wed Apr 3 11:58:47 UTC 2013


After moving the code from packageinfo.bbclass to
package.bbclass, minor adjustments were made to the
parsing of the package items.

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu at intel.com>
---
 bitbake/lib/bb/ui/crumbs/hig/propertydialog.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py b/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
index f4cf9a6..1e7f5c9 100644
--- a/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
+++ b/bitbake/lib/bb/ui/crumbs/hig/propertydialog.py
@@ -198,7 +198,7 @@ class PropertyDialog(CrumbsDialog):
                         col1.set_cell_data_func(self.cell1, self.regex_field)
                         self.sstatemirrors_tv.append_column(col1)
 
-                        for items in file_list.split(']]'):
+                        for items in file_list.split(']'):
                             if len(items) > 1:
                                 paths_temp = items.split(":")[0]
                                 paths_binb.append(paths_temp.strip(" ,'"))
-- 
1.7.9.5





More information about the bitbake-devel mailing list