[bitbake-devel] [PATCH 0/4] fixes for pysh

Robert Yang liezhi.yang at windriver.com
Tue Dec 4 01:59:03 UTC 2018


I Received a message from bitbake list:

     [PATCH 1/4] pysh: Remove unused modules

Is being held until the list moderator can review it for approval.

The reason it is being held:

     Message body is too big: 93560 bytes with a limit of 80 KB


Here is the stat of the patch:

  bitbake/lib/bb/pysh/builtin.py        |  710 
---------------------------------------------------
  bitbake/lib/bb/pysh/interp.py         | 1367 
---------------------------------------------------------------------------------------------------
  bitbake/lib/bb/pysh/lsprof.py         |  116 ---------
  bitbake/lib/bb/pysh/pysh.py           |  167 ------------
  bitbake/lib/bb/pysh/subprocess_fix.py |   77 ------
  5 files changed, 2437 deletions(-)


// Robert

On 12/4/18 10:05 AM, Robert Yang wrote:
> Hi RP,
> 
> The pysh's code looks a little out of date, and the author declared that pysh
> is no longer maintained:
> http://pysh.sourceforge.net/
> 
> These are fixes for it.
> 
> // Robert
> 
> The following changes since commit 016e3dda2d6acc9b457079d11b5346a5352a431d:
> 
>    btrfs-tools: update to 4.19 (2018-12-03 12:20:01 +0000)
> 
> are available in the git repository at:
> 
>    git://git.pokylinux.org/poky-contrib rbt/pysh
>    http://git.pokylinux.org/cgit.cgi//log/?h=rbt/pysh
> 
> Robert Yang (4):
>    pysh: Remove unused modules
>    pysh/sherrors.py: Remove unused classes
>    pysh/pyshlex.py: Set is not importable
>    bitbake: pysh: Improve error handling for shell code
> 
>   bitbake/lib/bb/codeparser.py          |    5 +-
>   bitbake/lib/bb/pysh/builtin.py        |  710 -----------------
>   bitbake/lib/bb/pysh/interp.py         | 1367 ---------------------------------
>   bitbake/lib/bb/pysh/lsprof.py         |  116 ---
>   bitbake/lib/bb/pysh/pysh.py           |  167 ----
>   bitbake/lib/bb/pysh/pyshlex.py        |    5 -
>   bitbake/lib/bb/pysh/pyshyacc.py       |   17 +-
>   bitbake/lib/bb/pysh/sherrors.py       |   26 -
>   bitbake/lib/bb/pysh/subprocess_fix.py |   77 --
>   9 files changed, 13 insertions(+), 2477 deletions(-)
>   delete mode 100644 bitbake/lib/bb/pysh/builtin.py
>   delete mode 100644 bitbake/lib/bb/pysh/interp.py
>   delete mode 100644 bitbake/lib/bb/pysh/lsprof.py
>   delete mode 100644 bitbake/lib/bb/pysh/pysh.py
>   delete mode 100644 bitbake/lib/bb/pysh/subprocess_fix.py
> 


More information about the bitbake-devel mailing list