aboutsummaryrefslogtreecommitdiffstats
path: root/classes/opie.bbclass
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-03 02:02:47 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-03 02:02:47 +0000
commitbc1da01a9070ec7d6aa642e7fc7dc71903b97671 (patch)
tree7f0c210be7845ad028398bd66c4b5f2bdf169957 /classes/opie.bbclass
parenteb4203ec511a3a0bfb27f51b8de2b1e5068825e0 (diff)
downloadopenembedded-bc1da01a9070ec7d6aa642e7fc7dc71903b97671.tar.gz
opie.bbclass: Bother to expand palmtopdir.
Diffstat (limited to 'classes/opie.bbclass')
-rw-r--r--classes/opie.bbclass2
1 files changed, 1 insertions, 1 deletions
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: