From: Robert Yang <liezhi.yang@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH 0/4] fixes for pysh
Date: Tue, 4 Dec 2018 10:05:59 +0800 [thread overview]
Message-ID: <cover.1543889029.git.liezhi.yang@windriver.com> (raw)
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
--
2.7.4
next reply other threads:[~2018-12-04 1:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-04 2:05 Robert Yang [this message]
2018-12-04 1:59 ` [PATCH 0/4] fixes for pysh Robert Yang
2018-12-04 2:06 ` [PATCH 1/4] pysh: Remove unused modules Robert Yang
2018-12-04 2:06 ` [PATCH 2/4] pysh/sherrors.py: Remove unused classes Robert Yang
2018-12-04 2:06 ` [PATCH 3/4] pysh/pyshlex.py: Set is not importable Robert Yang
2018-12-04 2:06 ` [PATCH 4/4] bitbake: pysh: Improve error handling for shell code Robert Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1543889029.git.liezhi.yang@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.