From bc1da01a9070ec7d6aa642e7fc7dc71903b97671 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 3 Jul 2007 02:02:47 +0000 Subject: opie.bbclass: Bother to expand palmtopdir. --- classes/opie.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/opie.bbclass') 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: -- cgit 1.2.3-korg