On 11/12/2013 12:04 PM, Enrico Scholz wrote:
Thank you for this point. I'll post this as a new patch as the other patches of this patch series already seem to be in master.- return d.getVar('ICECC_PATH') or os.popen("which icecc").read()[:-1] + return d.getVar('ICECC_PATH') or os.popen("which icecc 2> /dev/null").read()[:-1] ~~~~~~~~~~~~~~~~~~~~~~I think, this can/should be replaced by bb.utils.which(os.getenv("PATH"), "icecc") Ditto the other locations.
Best regards Tobias _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
