[oe-commits] [bitbake] branch master-next updated (5a2a95b -> 4479059)

git at git.openembedded.org git at git.openembedded.org
Sat Dec 8 22:39:23 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository bitbake.

    from 5a2a95b  bitbake: persist_data: Retry database setup
     new 9cc4f12  pysh: Remove unused modules
     new abee2ff  pysh/sherrors.py: Remove unused classes
     new 118e9d8  pysh/pyshlex.py: Set is not importable
     new 4479059  bitbake: pysh: Improve error handling for shell code

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/codeparser.py          |    5 +-
 lib/bb/pysh/builtin.py        |  710 ---------------------
 lib/bb/pysh/interp.py         | 1367 -----------------------------------------
 lib/bb/pysh/lsprof.py         |  116 ----
 lib/bb/pysh/pysh.py           |  167 -----
 lib/bb/pysh/pyshlex.py        |    5 -
 lib/bb/pysh/pyshyacc.py       |   17 +-
 lib/bb/pysh/sherrors.py       |   26 -
 lib/bb/pysh/subprocess_fix.py |   77 ---
 9 files changed, 13 insertions(+), 2477 deletions(-)
 delete mode 100644 lib/bb/pysh/builtin.py
 delete mode 100644 lib/bb/pysh/interp.py
 delete mode 100644 lib/bb/pysh/lsprof.py
 delete mode 100644 lib/bb/pysh/pysh.py
 delete mode 100644 lib/bb/pysh/subprocess_fix.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list