]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: propertydialog adjustments for package.bbclass
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>
Wed, 3 Apr 2013 11:58:47 +0000 (14:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:10:56 +0000 (14:10 +0100)
After moving the code from packageinfo.bbclass to
package.bbclass, minor adjustments were made to the
parsing of the package items.

(Bitbake rev: 414fe98fe367ba44ea0fd20d8fe1296bcef58ea6)

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/ui/crumbs/hig/propertydialog.py

index f4cf9a67d002e5f55a1b509e0a3b14d2b24f20fc..1e7f5c95d5cb7dd26dbbbdf85c4544810416a327 100644 (file)
@@ -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(" ,'"))