All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix sstate error
@ 2011-02-11 14:01 Zhai Edwin
  2011-02-11 14:01 ` [PATCH 1/1] sstate: Fix bugs after new fetcher Zhai Edwin
  2011-02-11 14:09 ` [PATCH 0/1] Fix sstate error Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: Zhai Edwin @ 2011-02-11 14:01 UTC (permalink / raw)
  To: poky

From: Zhai Edwin <edwin.zhai@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@intel.com>
---


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

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-02-12  0:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 14:01 [PATCH 0/1] Fix sstate error Zhai Edwin
2011-02-11 14:01 ` [PATCH 1/1] sstate: Fix bugs after new fetcher Zhai Edwin
2011-02-11 14:09 ` [PATCH 0/1] Fix sstate error Richard Purdie
2011-02-11 14:42   ` Zhai, Edwin
2011-02-11 14:54     ` Richard Purdie
2011-02-12  0:20       ` Zhai, Edwin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.