[poky] [PATCH 0/1] Fix sstate error

Zhai Edwin edwin.zhai at intel.com
Fri Feb 11 06:01:33 PST 2011


From: Zhai Edwin <edwin.zhai at intel.com>

RP,
Current sstate's fetch code doesn't reflect latest fetcher changes, so old
fetch style cause exception and fail silently. This patch fix it.

Another issue is "import xxx" in python function from sstate.bbclass can only
sit in the head of the function, else have UnboundLocalError: "local variable
XXX referenced before assignment".

We don't know if it is a known limitation of *.bbclass or some potential bug.
Can you give some comments?


Thanks,
edwin


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: gzhai/fix2
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2

Thanks,
    Zhai Edwin <edwin.zhai at intel.com>
---


Zhai Edwin (1):
  sstate: Fix bugs after new fetcher

 meta/classes/sstate.bbclass |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)




More information about the poky mailing list