opie.bbclass: Bother to expand palmtopdir.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 3 Jul 2007 02:02:47 +0000 (02:02 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 3 Jul 2007 02:02:47 +0000 (02:02 +0000)
classes/opie.bbclass

index 915de89..916a8a4 100644 (file)
@@ -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: