aboutsummaryrefslogtreecommitdiffstats
path: root/gtk+
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 03:26:37 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 03:26:37 +0000
commitf4a455b5824d99772aadba86e4103d4d8ca4ea5f (patch)
tree242d1673d5e0f0e218ca5f195f52eb392724525d /gtk+
parent3dbbce59d8d7bda7bec8a022c6d9b7a402767b4d (diff)
downloadopenembedded-f4a455b5824d99772aadba86e4103d4d8ca4ea5f.tar.gz
BUGFIX in gtk+ again: missed one..
BKrev: 4060ffedZNt47Gz1E-vOv3oJuNIndA
Diffstat (limited to 'gtk+')
-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