bin/bitbake:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 15 Dec 2005 20:18:11 +0000 (20:18 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 15 Dec 2005 20:18:11 +0000 (20:18 +0000)
    patch by pHilipp Zabel on #531. The variable
    was initialisied with one name and used with other
    names.
    I don't know if this lead to any exceptions but
    it is better this way.

bin/bitbake

index dac3c93..b060c4f 100755 (executable)
@@ -48,7 +48,7 @@ class BBParsingStatus:
         self.providers   = {}
         self.bbfile_priority = {}
         self.bbfile_config_priorities = []
-        self.ignored_depedencies = None
+        self.ignored_dependencies = None
         self.possible_world = []
         self.world_target = Set()
         self.pkg_pn = {}