[oe-commits] [meta-openembedded] branch master updated (ce38f8c -> 6ceb78f)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 24 01:57:17 UTC 2019


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

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

    from ce38f8c  xorg-driver: xf86-video-ati: Remove x86 COMPATIBLE_MACHINE
     add 8243374  rocksdb: fix qa warning of buildpaths
     add 4426981  python-pyinotify.inc: add RDEPEND on ${PYTHON_PN}-smtpd
     add e6f9d00  logwatch:replace mv with cp
     add d417b69  rocksdb: make resulting cmake config relocatable
     add a0eadda  nginx: update systemd unit using nginx recommendation
     add 22e17bb  nginx: configuration update
     add eaedfa5  nginx: add default proxy_params
     add 770da50  libsigc++-2.0: upgrade 2.10.0 -> 2.10.1
     add d60d1fb  glibmm: upgrade 2.56.0 -> 2.58.0
     add 6d4e34c  atkmm: upgrade 2.24.2 -> 2.28.0
     add 97a1a55  polkit: add polkit as a required distro feature
     add e6836ce  networkmanager: introduce polkit package config
     add 4d3a768  xfce4-power-manager: enable polkit depending on distro feature
     add 11cff77  packagegroup-meta-oe: add polkit depending on distro feature
     add 463ce0c  modemmanager: enable polkit depending on distro feature
     add e9ed7ba  usb-modeswitch: upgrade to 2.5.2
     add 587cdd4  libvncserver: Make PACKAGECONFIG easier to read by making the list multiline
     add b2480db  libvncserver: fix configure argument on openssl when disabled
     add fefb16a  graphviz(-native): initial add 2.40.1
     add 4fa2b14  python(3)-webencodings: extend to native(sdk)
     add 8551d23  python(3)-html5lib: extend to native(sdk)
     add ee77549  python(3)-isodate(-native(sdk)): initial add 0.6.0
     add c36ccaf  python(3)-rdflib(-native(sdk)): initial add 4.2.2
     add 6ceb78f  cpprest: update to 2.10.9, drop patches

No new revisions were added by this update.

Summary of changes:
 .../networkmanager/networkmanager_1.14.4.bb        |   7 +-
 .../modemmanager/modemmanager_1.8.2.bb             |   4 +-
 .../glib-2.0/glibmm/remove-examples.patch          |   9 +-
 .../{glibmm_2.56.0.bb => glibmm_2.58.0.bb}         |   4 +-
 ...igc++-2.0_2.10.0.bb => libsigc++-2.0_2.10.1.bb} |   4 +-
 .../packagegroups/packagegroup-meta-oe.bb          |   5 +-
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb         |  11 +-
 .../recipes-extended/logwatch/logwatch_7.4.3.bb    |   6 +-
 meta-oe/recipes-extended/polkit/polkit_0.115.bb    |   2 +
 .../atk/{atkmm_2.24.2.bb => atkmm_2.28.0.bb}       |   4 +-
 .../graphviz/graphviz/0001-Use-native-mkdefs.patch |  31 +++++
 .../recipes-graphics/graphviz/graphviz_2.40.1.bb   |  49 +++++++
 .../libvncserver/libvncserver_git.bb               |  12 +-
 .../cpprest/cpprest/disable-float-tests.patch      |  25 ----
 .../cpprest/cpprest/disable-outside-tests.patch    | 142 ---------------------
 .../cpprest/cpprest/disable-test-timeouts.patch    | 103 ---------------
 .../{cpprest_2.10.8.bb => cpprest_2.10.9.bb}       |   7 +-
 ...20170205.bb => usb-modeswitch-data_20170806.bb} |   4 +-
 ...modeswitch_2.5.0.bb => usb-modeswitch_2.5.2.bb} |   4 +-
 .../recipes-devtools/python/python-html5lib.inc    |   2 +
 ...{python-webencodings.inc => python-isodate.inc} |   9 +-
 .../python/python-isodate_0.6.0.bb                 |   2 +
 .../recipes-devtools/python/python-pyinotify.inc   |   1 +
 .../recipes-devtools/python/python-rdflib.inc      |  15 +++
 .../recipes-devtools/python/python-rdflib_4.2.2.bb |   2 +
 .../python/python-webencodings.inc                 |   2 +
 .../python/python3-isodate_0.6.0.bb                |   2 +
 .../python/python3-rdflib_4.2.2.bb                 |   2 +
 .../recipes-httpd/nginx/files/default_server.site  |  14 ++
 .../recipes-httpd/nginx/files/nginx.conf           | 139 +++++---------------
 .../recipes-httpd/nginx/files/nginx.service        |  10 +-
 .../recipes-httpd/nginx/files/proxy_params         |   4 +
 meta-webserver/recipes-httpd/nginx/nginx.inc       |  18 +++
 .../xfce4-power-manager_1.6.1.bb                   |   4 +-
 34 files changed, 240 insertions(+), 419 deletions(-)
 rename meta-oe/recipes-core/glib-2.0/{glibmm_2.56.0.bb => glibmm_2.58.0.bb} (89%)
 rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-2.0_2.10.0.bb => libsigc++-2.0_2.10.1.bb} (79%)
 rename meta-oe/recipes-gnome/atk/{atkmm_2.24.2.bb => atkmm_2.28.0.bb} (74%)
 create mode 100644 meta-oe/recipes-graphics/graphviz/graphviz/0001-Use-native-mkdefs.patch
 create mode 100644 meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest/disable-test-timeouts.patch
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.8.bb => cpprest_2.10.9.bb} (73%)
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch-data_20170205.bb => usb-modeswitch-data_20170806.bb} (75%)
 rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch_2.5.0.bb => usb-modeswitch_2.5.2.bb} (85%)
 copy meta-python/recipes-devtools/python/{python-webencodings.inc => python-isodate.inc} (51%)
 create mode 100644 meta-python/recipes-devtools/python/python-isodate_0.6.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-rdflib.inc
 create mode 100644 meta-python/recipes-devtools/python/python-rdflib_4.2.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-isodate_0.6.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-rdflib_4.2.2.bb
 create mode 100644 meta-webserver/recipes-httpd/nginx/files/default_server.site
 create mode 100644 meta-webserver/recipes-httpd/nginx/files/proxy_params

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


More information about the Openembedded-commits mailing list