[oe-commits] org.oe.dev opie.bbclass: Bother to expand palmtopdir.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Jul 3 05:03:44 UTC 2007


opie.bbclass: Bother to expand palmtopdir.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: a62d80fbf0d684b07f6156a31322aaf2b15ee362
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a62d80fbf0d684b07f6156a31322aaf2b15ee362
Files:
1
classes/opie.bbclass
Diffs:

#
# mt diff -rfe825c18ac92b1e566aaac54a48392ebe28fa3cb -ra62d80fbf0d684b07f6156a31322aaf2b15ee362
#
# 
# 
# patch "classes/opie.bbclass"
#  from [63b61b5cd7a8d7d3fb50c8802c996927a4316994]
#    to [2653571d91e93ff5043997740e80656344ad35d8]
# 
============================================================
--- classes/opie.bbclass	63b61b5cd7a8d7d3fb50c8802c996927a4316994
+++ classes/opie.bbclass	2653571d91e93ff5043997740e80656344ad35d8
@@ -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:






More information about the Openembedded-commits mailing list