On Thu, Apr 26, 2012 at 3:42 PM, Peter Seebach <[email protected]> wrote: >> Change the above to: >> multilibs = data.getVar("MULTILIBS", True) >> if multilibs: > > If someone has done: > > MULTILIBS = "" > > this then ends up being confused because pairs[0] of the single > returned item is still "", and that's not valid.
This doesn't make sense. If you do "if multilibs:" and multilibs is the empty string, it'll evaluate as false, and that block won't be entered. -- Christopher Larson _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
