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

git at git.openembedded.org git at git.openembedded.org
Sun Dec 9 11:09:16 UTC 2018


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

rpurdie pushed a change to branch master
in repository bitbake.

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

No new revisions were added by this update.

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