From: Chris Larson Date: Wed, 24 Mar 2004 03:26:37 +0000 (+0000) Subject: BUGFIX in gtk+ again: missed one.. X-Git-Tag: Release-2010-05/1~19896 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a455b5824d99772aadba86e4103d4d8ca4ea5f;p=openembedded.git BUGFIX in gtk+ again: missed one.. BKrev: 4060ffedZNt47Gz1E-vOv3oJuNIndA --- 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