summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk+/gtk+_2.2.4.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe
index a78182c0b7..a4cb64be29 100644
--- a/gtk+/gtk+_2.2.4.oe
+++ b/gtk+/gtk+_2.2.4.oe
@@ -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