BUGFIX in gtk+ again: missed one..
authorChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 03:26:37 +0000 (03:26 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 03:26:37 +0000 (03:26 +0000)
BKrev: 4060ffedZNt47Gz1E-vOv3oJuNIndA

gtk+/gtk+_2.2.4.oe

index a78182c..a4cb64b 100644 (file)
@@ -75,7 +75,7 @@ python do_package () {
                        oe.error("D not defined")
                        return
 
-               packages = string.split(data.getVar('PACKAGES', d, 1))
+               packages = string.split(oe.data.getVar('PACKAGES', d, 1))
                if not packages:
                        oe.error("PACKAGES not defined")
                        return