From: Paul Sokolovsky Date: Tue, 3 Jul 2007 02:02:47 +0000 (+0000) Subject: opie.bbclass: Bother to expand palmtopdir. X-Git-Tag: Release-2010-05/1~8868^2~249^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1da01a9070ec7d6aa642e7fc7dc71903b97671;p=openembedded.git opie.bbclass: Bother to expand palmtopdir. --- diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 915de890cf..916a8a4a30 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -79,7 +79,7 @@ python opie_do_opie_install() { S = bb.data.getVar( "S", d, 1 ) D = "%s/image" % bb.data.getVar( "WORKDIR", d, True ) WORKDIR = bb.data.getVar( "WORKDIR", d, True ) - palmtopdir = bb.data.getVar( "palmtopdir", d ) + palmtopdir = bb.data.getVar( "palmtopdir", d, True ) APPDESKTOP = bb.data.getVar( "APPDESKTOP", d, True ) or "%s/%s" % ( WORKDIR, desktopdir ) if desktopdir is not None: