aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-06-21[WIP] python3-dogtail: Add recipe for 0.9.10+gittimo/python3-dogtailTim Orling
Dogtail is a GUI automation framework. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-06-21[WIP] python3-pyatspi: add recipe for 2.26.0+gitTim Orling
pyatspi is an Accessibility framework on D-Bus https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-06-17spice: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-17move cpprest to meta-oeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-16stunnel: Use nogroup rather then nobody for groupJeremy Puhlman
[log_check] warning: group nobody does not exist - using root Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-16modemmanager: Fix build with musl provide canonicalize_file_name()Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-16htpdate: Add recipeKhem Raj
Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-16collectd: fix libvirt PACKAGECONFIGMartin Jansa
* fixes: ERROR: collectd-5.8.0-r0 do_configure: QA Issue: collectd: configure was passed unrecognised options: --disable-libvirt [unknown-configure-option] * the PACKAGECONFIG in meta-oe was introduced long time ago: commit 5fbe2ac4e8ff67707b907c736966ee3d3357fd0d Author: Wenzong Fan <wenzong.fan@windriver.com> Date:Tue Dec 23 16:55:50 2014 +0800 collectd: add PACKAGECONFIG for libvirt, libesmtp Add PACKAGECONFIG for libvirt, libesmtp to fix below warnings: and at that time in 5.4.1 there was libvirt (renamed from libvirtstats) option, since this commit: https://github.com/collectd/collectd/commit/553376a3a6c63875c84b406962e56b908dc4e675 but then in 5.5.0 it was renamed again to just virt: https://github.com/collectd/collectd/commit/62f948605f54e1f5575699360376d75a2f849faf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14syslog-ng: update to 3.15.1Andrej Valek
- Refresh and remove obsolete patches - Fix PAGESIZE variable conflicting - PAGESIZE is a define in some libc libraries - Implement SystemD service files handling - splitted service into default - Remove dependency to eventlog - external libevtlog library linking was removed - Version 3.15.1 supports OpenSSL 1.1 Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Marko Pater <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14open-vm-tools: Upgrade to 10.2.5Khem Raj
Fix build on musl while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14libqb: Fix build with goldMartin Jansa
* since the upgrade to 1.0.3 more specifically since this commit: https://github.com/ClusterLabs/libqb/commit/20246f544f74866885f4d9491f74152bd95e7786#diff-67e997bcfdac55191033d57a16d1408a it was failing to build with gold * add --enable-nosection-fallback to work around the issue Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14netkit-telnet: Switch to update-alternativesJeremy Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14wireshark: Update to 2.6 releaseKhem Raj
Add a native version to provide certain utilities needed during cross build Strip rpaths which cmake seems to be enforcing for no reason Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14cpprest: Fix build with gcc-8Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14celt051: Fix building testcasesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14rdma-core: Update to version 18Khem Raj
Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14ne10: Use `cp -d ...` instead of `cp -a ...` to install a symbolic linkPeter Kjellerstedt
Using `cp -a ...` to install the link will preserv the owner of the original link, which will be the user who ran the do_compile task, rather than root. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14mercurial: upgrade to 4.6.1Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14libsodium: update to 1.0.16Oleksandr Kravchuk
Added link to bug tracker and updated md5sum of LICENSE, which has been updated with the copyright year. Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14libgpiod: add packageconfig for C++ bindingsBartosz Golaszewski
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14thunar-plugin.bbclass: pack GTK3 plugins properlyAndreas Müller
There are no GTK2 thunar plugins left in meta-xfce so remove ${libdir}/thunarx-2/*.so. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller
These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14packagegroup-xfce-extended: add mousepadAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-cpufreq-plugin: upgrade 1.1.3 -> 1.2.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-terminal: upgrade 0.8.7.3 -> 0.8.7.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14mousepad: upgrade 0.4.0 -> 0.4.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-taskmanager: upgrade 1.2.0 -> 1.2.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-whiskermenu-plugin: upgrade 2.1.7 -> 2.2.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14thunar-media-tags-plugin: upgrade 0.2.1 -> 0.3.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14thunar-archive-plugin: upgrade 0.3.1 -> 0.4.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14thunar-volman: update 0.8.1 -> 0.9.0Andreas Müller
* remove gtk+ dependency: Thunar moved to gkt3 and depending on libxfce4u* is good enough * it is a development release but no stoppers could be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14thunar: upgrade 1.6.15 -> 1.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-panel: upgrade 4.12.2 -> 4.13.3Andreas Müller
It is a development release but stoppers could not be found. * Uses GTK3 * Fixes background color in systray panel-plugin Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-settings: fix build after update of xfconfAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14ristretto: fix build after update of xfconfAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfce4-mixer: fix build after update of xfconfAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14xfconf: upgrade 4.12.1 -> 4.13.4Andreas Müller
It is a development release but stoppers could not be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14libxfce4util: upgrade 4.12.1 -> 4.13.1Andreas Müller
It is a development release but stoppers could not be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14libxfce4ui: upgrade 4.12.1-> 4.13.4Andreas Müller
It is a development release but stoppers could not be found. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-06-14samba: add dynamic packages regexp for auth and pdb modulesRémi Rérolle
Since those modules are dynamically split into sub-packages, they need a regexp added to PACKAGES_DYNAMIC in order for the samba recipe to RPROVIDE those packages. Without that, those packages are only known as RRECOMMENDS for samba-base, which can be an issue when building an image with NO_RECOMMENDATIONS = "1". Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14nano: Upgrade 2.9.7 -> 2.9.8Leon Anavi
Upgrade nano to 2.9.8, the latest version as of 2 June 2018: https://www.nano-editor.org/dist/v2.9/ChangeLog Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14libconfig: update to 1.7.2Oleksandr Kravchuk
Updated the package and SRC_URI, since the project is now maintained at github.com/hyperrealm/libconfig. Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14lcdproc: Update to 0.5.9Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14spice: Update to git hash to pick up gcc8 fixes.Jeremy Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-12telnetd: Fix deadlock on cleanupSeiichi Ishitsuka
The cleanup function in telnetd is called both directly and on SIGCHLD signals. This triggered a deadlock in glibc and was reproduced in glibc 2.27 while running on a 4.14.30 kernel. Signed-off-by: Seiichi Ishitsuka <ishitsuka.sc@ncos.nec.co.jp> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-12net-snmp: add support for openssl 1.1xAndrej Valek
Patch was copied from [https://sourceforge.net/p/net-snmp/patches/1336]. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-08thrift: add support for openssl 1.1xAndrej Valek
The newest Thrift version has currently no fix for building with gcc>=6. Rather posting supporting patches. Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-08mbedtls: update to 2.9.0Johannes Pointner
Mbed TLS 2.9.0 maintains source code and binary compatibility with the last minor version, Mbed TLS 2.8.0, but extends the interface with additional capabilities. * Detail release note: - https://tls.mbed.org/tech-updates/releases/mbedtls-2.9.0-2.7.3-and-2.1.12-released Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-08lshw: Add new recipe with B.02.18 versionKrzysztof Kozlowski
Add new recipe for lshw B.02.18 version - a small tool to provide detailed information on the hardware configuration of the machine. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-08nodejs: 8.9.4 -> 8.11.2Pascal Bach
Node.js > 8.10 also compile with OpenSSL 1.1 License check sum changes because typo fix in LICENSE file. No license change. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>