aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2018-01-19xorgxrdp: add distro_features_check for x11mut2-nextMartin Jansa
* fixes: following errors in every world build: ERROR: Nothing PROVIDES 'xrdp' (but meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb DEPENDS on or otherwise requires it) xrdp was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xorgxrdp', 'xrdp'] ERROR: Nothing PROVIDES 'virtual/libx11' (but meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb DEPENDS on or otherwise requires it) libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xorgxrdp', 'virtual/libx11'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-19poco: update to 1.8.1Pascal Bach
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-19nghttp2: Move to meta-networkingOtavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking layer, so it should be moved there as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-19engine-pkcs11: replace startline=1 with beginline=1 in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-19uthash: add ptest supportAndré Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-19uthash: update to v2.0.2André Draszik
- the license has changed to BSD-1-Clause - the main package is empty (as this only provides header files), so the -dev package must not depend on the main package Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16open-vm-tools: add sysvinit script to start vmtoolsd daemon at boot timeJagadeesh Krishnanjanappa
It adds support to start vmtoolsd daemon during system startup, when init manager is SysVinit. Patch V2 adds option to store pid file in /var/run/vmtoolsd.pid file, which is helpful to stop/restart vmtoolsd daemon. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16zile: update to 2.14Randy MacLeod
Mostly minor build and documentation changes. The COPYING file changes due to switching URLs from http to https. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16xorgxrdp: new addZheng Ruoqin
Add a new recipe xorgxrdp_0.2.5.bb. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16vim: set CLEANBROKEN to fix rebuildYi Zhao
Rebuilding vim would cause the following error: Makefile:4: ../auto/config.mk: No such file or directory make[1]: *** No rule to make target '../auto/config.mk'. Stop. Set CLEANBROKEN to "1" to fix this issue. Also remove the redundant "inherit autotools". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16spitools: bump git revisiontexierp
The new revision implement the wait option to keep the file descriptor open and avoid speed reset on close. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-30xrdp: CVE-2017-16927Zheng Ruoqin
Fix of CVE-2017-16927 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27fltk: do not suffix shared library names with '_SHARED'Andreas Müller
This avoids unwanted linking against static libraries as happened for yoshimi. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27fltk: remove fltk-native from DEPENDSAndreas Müller
This depemdency is a pre recipe specific sysroot remnant. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27fltk-native: remove fltk-config from imageAndreas Müller
Make sure fltk-config will not be used accidentaly. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27vim: Security Advisory - vim - CVE-2017-17087Li Zhou
Porting the patch from <https://github.com/vim/vim/commit/ 5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8> to solve CVE-2017-17087. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22xrdp: Add some scripts and patchesZheng Ruoqin
Add some scripts and patches for xrdp to make it work properly. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22nghttp: cleaned up the recipebaali
Fixes in the recipe as suggested by Andre in the comments here: http://lists.openembedded.org/pipermail/openembedded-devel/2017-October/115154.html Signed-off-by: Shantanu <shantanu@senic.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22passwdqc: add pam-passwdqc to RDEPENDSMingli Yu
Some basic function such as password change invoked by programs such as passwd depends on pam_passwdqc.so which is provided by subpackage pam-passwdqc. Add pam-passwdqc to RDEPENDS for passwdqc. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22openldap: fix QA WarningQi Hou
While building openldap, there was a warning, like below: WARNING: QA Issue: openldap: Files/directories were installed but not shipped in any package: /usr/libexec Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. openldap: 1 installed and not shipped files. [installed-vs-shipped] This is because that after openldap all contents of /usr/libexec are split into subsets or moved into other directory and no one makes use of it. So, to fix this QA warning, delete /usr/libexec. Signed-off-by: Qi Hou <qi.hou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11neon: add the recipe from oe-coreAlexander Kanavin
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11fftw: Let dev-packages depend on libraries createdAndreas Müller
Without libraries installed dev-package is useless. Tested by buildung an image with fftw-dev included. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11fftw: update 3.3.6-p1 -> 3.3.7Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11poppler-data: update 0.4.7 -> 0.4.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11dfu-utils-native: fix do_deploy sstate handlingStefan Müller-Klieser
We need to install to the sstate input dir and not the output dir, so sstate handling will work correctly. Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11xrdp: new recipeZheng Ruoqin
Add a new recipe xrdp_0.9.4.bb. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-30gd: update to version 2.2.5Derek Straka
Resolves the following security issues: * Double-free in gdImagePngPtr(). (CVE-2017-6362) * Buffer over-read into uninitialized memory. (CVE-2017-7890) Full changelog: https://github.com/libgd/libgd/blob/gd-2.2.5/CHANGELOG.md Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-30dos2unix: update to version 7.4.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-30opencv: Fix error when dynamic linkRicardo Ribalda Delgado
If opencv was imported in python or dynamic linked in gstreamer it was producing this output and dying: [libprotobuf ERROR google/protobuf/descriptor_database.cc:58] File already exists in database: caffe.proto [libprotobuf FATAL google/protobuf/descriptor.cc:1315] CHECK failed: generated_database_->Add(encoded_file_descriptor, size): terminate called after throwing an instance of 'google::protobuf::FatalException' This patch backports a patch that fixes this issue. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-30poco: update to 1.8.0.1Pascal Bach
1.8 is a minor update from 1.7 and is planned to be the last version before 2.0. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19usb-modeswitch: add usb-modeswitch@.serviceMartin Kelly
This service is essential for making hotplugging work correctly on a systemd system. Without it, USB devices get recognized by systemd instead of the usb-modeswitch udev rule, so hotplugging breaks. Once the service is added, hotplugging works properly again. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19freerdp: Update to 2.0.0Zheng Ruoqin
1) Upgrade freerdp from 1.2.5 to 2.0.0. 2) Delete two patches for they are included in 2.0.0. 0001-FindGStreamer_1_0-fix-build-failure-for-new-gstreame.patch 0003-add-missing-define.patch 3) Add one patch 0001-Fix-gstreamer-1.0-detection.patch to fix the do_configure problem: | -- Finding required feature XRandR for X11 randr (X11 randr extension) | -- Found XRANDR: /yocto/work001/fnst/zrq/community/build_master/tmp/work/i586-poky-linux/freerdp/2.0.0+gitrAUTOINC+1648deb435-r0/recipe-sysroot/usr/lib/libXrandr.so | CMake Error at channels/tsmf/client/gstreamer/CMakeLists.txt:21 (message): | GStreamer library not found, but required for TSMF module. 4) Modify the do_install directory from winpr/tools/makecert/cli/ to winpr/tools/makecert-cli/ Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-serverJonathan Haws
Per issue MDEV-14044 on https://jira.mariadb.org/browse/MDEV-14044, mysqld_safe_helper needs to be installed with the server, but was absent from the mariadb.inc file feeding the recipes. This resulted in a broken mariadb installation. Installing mysqld_safe_helper alongside mysqld_safe resolves this problem. Signed-off-by: Jonathan Haws <jhaws@sdl.usu.edu> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19postgresql: Update to 9.4.15George McCollister
Update to 9.4.15 to pickup "a variety of fixes" from 9.4.14. Included are fixes for CVE-2017-15098 and CVE-2017-12172. Upstream release notes: https://www.postgresql.org/docs/9.4/static/release-9-4-15.html Backporting all supported stable branches to this version should be considered. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19opencv: Fix java wrapper generationRicardo Ribalda Delgado
During configuration the java wrappers are generated (if java is enabled via PACKAGECOFIG). Unfortunately, the script that generates the .java files do not handle properly paths with special symbols, such as +. This is just a workaround for that. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19opencv: Download tinydnn manuallyRicardo Ribalda Delgado
OpenCV was downloading tinydnn during configuration via a script. This patch downloads and unpacks tinydnn manually. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19opencv: Use OE built ProtobufRicardo Ribalda Delgado
When dnn is enabled via PACKAGECONFIG it requires protobuf and protobuf-native. This patch modifies cmake files to detect properly protobuf. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-19opencv: Update ICV variable namesRicardo Ribalda Delgado
Since 3.3 ICV variables have been renamed. Without this patch OpenCV configure cannot find ICV/IPP binaries. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15htop: Update to v2.0.2Paul Barker
Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15libeigen: update to 3.3.4Lukas Bulwahn
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15iksemel: reinstate recipe with build fixes and update 1.4 -> 1.5Andre McCurdy
The recipe for iksemel 1.4 was blacklisted and eventually removed as it depended on an older version of gnutls which was no longer available in oe-core. Reinstate iksemel with a new recipe for iksemel 1.5, which can use either openssl or gnutls for TLS support. Fix build issues. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15iksemel: drop stray patch left behind when iksemel 1.4 recipe was purgedAndre McCurdy
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15glflags: Build native versionAlexey Firago
Signed-off-by: Alexey Firago <alexey_firago@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15libgpiod: bump version to v0.3.2Bartosz Golaszewski
Bug fix release: - correctly handle signal interrupts when polling in gpiod_simple_event_loop() - fix the linking order when building with static libraries - pass the correct consumer string to gpiod_simple_get_value_multiple() in gpioget - fix a line test case: don't use open-drain or open-source flags for input mode - fix the flags passed to ar in order to supress a build warning - set the last error code in gpiod_chip_open_by_label() to ENOENT if a chip can't be found Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-11-15spi-tools: Add version info.fan.xin
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-10-27postgresql: Update to 9.4.14Huang Qiyu
1) Upgrade pcsc-lite from 9.4.13 to 9.4.14. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-10-20gperftools: Fix build on musl/mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-10-17imagemagick: 7.0.7-1 -> 7.0.7-7Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-10-15nghttp2: add recipe for Nghttp2: HTTP/2 C Library.baali
It is also needed for Curl to support HTTP2 protocol. Signed-off-by: baali <shantanu@senic.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-10-04gperftools: Enable on mipsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>