[oe-commits] [meta-openembedded] branch master updated (f23f2b9 -> d459ead)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 17 16:20:55 UTC 2020


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

khem pushed a change to branch master
in repository meta-openembedded.

    from f23f2b9  lirc: build and deploy with python3
     add 546b790  vpnc: splitout the vpnc-script into its own package
     add c24a061  openconnect: build with python3
     add 2f21a8c  openconnect: use target path to script
     add fb58592  python3-coloredlogs: consolidate inc and bb files into a single bb file
     add a14a615  python3-configargparse: consolidate inc and bb files into a single bb file
     add 97c41dc  python3-configparser: consolidate inc and bb files into a single bb file
     add 2dd0260  python3-constantly: consolidate inc and bb files into a single bb file
     add 9f709be  python3-contextlib2: consolidate inc and bb files into a single bb file
     add 1544ca4  python3-crcmod: consolidate inc and bb files into a single bb file
     add d00808b  python3-ansi2html: add new package
     add 1eb621f  python3-colorlog: add new package
     add 7012edb  sigrok-cli: Inherit mime-xdg
     add e9a2438  libsigrok: inherit mime
     add ea5c076  joe: Inherit mime-xdg
     add 815c6ac  remmina: Inherit mime-xdg
     add 64fa3d8  sysprof: Inherit mime and mime-xdg
     add 2052442  gtkwave: Inherit mime and mime-xdg
     add 3dbcc5d  gimp: Depend on libexecinfo for musl
     add 497aa40  abseil-cpp: Fix build on risc-v
     add 11e6038  mutter: upgrade 3.34.3 -> 3.34.4
     add 40ed607  gnome-shell: upgrade 3.34.3 -> 3.34.4
     add d459ead  xfce4-whiskermenu-plugin: upgrade 2.3.5 -> 2.4.2

No new revisions were added by this update.

Summary of changes:
 meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb       |  1 +
 ...gnome-shell_3.34.3.bb => gnome-shell_3.34.4.bb} |  4 +-
 .../mutter/0001-cogl-Fix-GLES2-fallback.patch      | 37 -----------
 .../mutter/{mutter_3.34.3.bb => mutter_3.34.4.bb}  |  5 +-
 .../recipes-kernel/sysprof/sysprof_3.34.1.bb       |  4 +-
 ...rojans-tncc-wrapper.py-convert-to-python3.patch | 71 ++++++++++++++++++++++
 .../openconnect/openconnect_8.03.bb                | 14 ++---
 .../recipes-connectivity/vpnc/vpnc_0.5.3.bb        |  6 +-
 ...01-Add-RISCV-support-to-GetProgramCounter.patch | 29 +++++++++
 .../recipes-devtools/abseil-cpp/abseil-cpp_git.bb  |  1 +
 meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb |  2 +-
 .../recipes-extended/sigrok/sigrok-cli_0.7.1.bb    |  2 +-
 .../recipes-graphics/gtkwave/gtkwave_3.3.103.bb    |  6 +-
 meta-oe/recipes-support/joe/joe_4.6.bb             |  2 +-
 meta-oe/recipes-support/remmina/remmina_1.3.6.bb   |  2 +-
 .../recipes-devtools/python/python-coloredlogs.inc | 24 --------
 .../python/python-configargparse.inc               | 22 -------
 .../python/python-configparser.inc                 | 14 -----
 .../recipes-devtools/python/python-constantly.inc  | 11 ----
 .../recipes-devtools/python/python-contextlib2.inc | 10 ---
 .../recipes-devtools/python/python-crcmod.inc      | 14 -----
 .../python/python3-ansi2html_1.5.2.bb              | 13 ++++
 .../python/python3-coloredlogs_10.0.bb             | 26 +++++++-
 .../python/python3-colorlog_4.1.0.bb               | 11 ++++
 .../python/python3-configargparse_0.15.1.bb        | 23 ++++++-
 .../python/python3-configparser_4.0.2.bb           | 16 ++++-
 .../python/python3-constantly_15.1.0.bb            | 13 +++-
 .../python/python3-contextlib2_0.6.0.bb            | 11 +++-
 .../recipes-devtools/python/python3-crcmod_1.7.bb  | 16 ++++-
 ..._2.3.5.bb => xfce4-whiskermenu-plugin_2.4.2.bb} |  4 +-
 30 files changed, 246 insertions(+), 168 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_3.34.3.bb => gnome-shell_3.34.4.bb} (91%)
 delete mode 100644 meta-gnome/recipes-gnome/mutter/mutter/0001-cogl-Fix-GLES2-fallback.patch
 rename meta-gnome/recipes-gnome/mutter/{mutter_3.34.3.bb => mutter_3.34.4.bb} (93%)
 create mode 100644 meta-networking/recipes-connectivity/openconnect/openconnect/0001-trojans-tncc-wrapper.py-convert-to-python3.patch
 create mode 100644 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0001-Add-RISCV-support-to-GetProgramCounter.patch
 delete mode 100644 meta-python/recipes-devtools/python/python-coloredlogs.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-configargparse.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-configparser.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-constantly.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-contextlib2.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-crcmod.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-colorlog_4.1.0.bb
 rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.3.5.bb => xfce4-whiskermenu-plugin_2.4.2.bb} (66%)

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


More information about the Openembedded-commits mailing list