summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-04-03 14:58:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:10:51 +0100
commit414fe98fe367ba44ea0fd20d8fe1296bcef58ea6 (patch)
tree585587730e9a4f7e328d97bf6870cf419bc70118
parentb5b4b6e4fefa6a164a49b291a0993b1ff63947f4 (diff)
downloadbitbake-414fe98fe367ba44ea0fd20d8fe1296bcef58ea6.tar.gz
propertydialog adjustments for package.bbclass
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/crumbs/hig/propertydialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/crumbs/hig/propertydialog.py b/lib/bb/ui/crumbs/hig/propertydialog.py
index f4cf9a67d..1e7f5c95d 100644
--- a/lib/bb/ui/crumbs/hig/propertydialog.py
+++ b/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(" ,'"))