diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 02:02:47 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-03 02:02:47 +0000 |
commit | bc1da01a9070ec7d6aa642e7fc7dc71903b97671 (patch) | |
tree | 7f0c210be7845ad028398bd66c4b5f2bdf169957 /classes | |
parent | eb4203ec511a3a0bfb27f51b8de2b1e5068825e0 (diff) |
opie.bbclass: Bother to expand palmtopdir.
Diffstat (limited to 'classes')
-rw-r--r-- | classes/opie.bbclass | 2 |
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: |