summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* uriparser: addTrevor Woerner2018-02-111-0/+14
| | | | | | | | | | Currently I'm aware of the following layers/recipes which depend on uriparser: - meta-measured/recipes-tpm/tpm2-tss - meta-webos-ports/meta-luneos/recipes-webos/luna-sysservice - meta-webos-ports/meta-luneos/recipes-webos/libpbnjson Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nghttp2: Move to meta-networkingOtavio Salvador2018-02-051-13/+0
| | | | | | | | | 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> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* recipes: use oe.utils.conditional instead of deprecated base_conditionalMartin Jansa2018-02-013-5/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-textutils from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-argparse from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mariadb: use Unix Makefiles OECMAKE generatorMartin Jansa2018-01-261-0/+4
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* engine-pkcs11: replace startline=1 with beginline=1 in LIC_FILES_CHKSUMAndré Draszik2018-01-221-1/+1
| | | | | | | '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>
* uthash: add ptest supportAndré Draszik2018-01-222-1/+27
| | | | | Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uthash: update to v2.0.2André Draszik2018-01-222-16/+30
| | | | | | | | | | - 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>
* open-vm-tools: add sysvinit script to start vmtoolsd daemon at boot timeJagadeesh Krishnanjanappa2018-01-162-3/+80
| | | | | | | | | | | 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>
* zile: update to 2.14Randy MacLeod2018-01-161-3/+3
| | | | | | | | 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>
* xorgxrdp: new addZheng Ruoqin2018-01-161-0/+22
| | | | | | | 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>
* vim: set CLEANBROKEN to fix rebuildYi Zhao2018-01-161-2/+3
| | | | | | | | | | | | | 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>
* spitools: bump git revisiontexierp2018-01-161-1/+1
| | | | | | | 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>
* xrdp: CVE-2017-16927Zheng Ruoqin2017-12-302-0/+149
| | | | | | | Fix of CVE-2017-16927 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: do not suffix shared library names with '_SHARED'Andreas Müller2017-12-272-0/+44
| | | | | | | 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>
* fltk: remove fltk-native from DEPENDSAndreas Müller2017-12-271-1/+1
| | | | | | | 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>
* fltk-native: remove fltk-config from imageAndreas Müller2017-12-271-0/+5
| | | | | | | 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>
* vim: Security Advisory - vim - CVE-2017-17087Li Zhou2017-12-272-0/+71
| | | | | | | | 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>
* xrdp: Add some scripts and patchesZheng Ruoqin2017-12-225-3/+227
| | | | | | | 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>
* nghttp: cleaned up the recipebaali2017-12-221-6/+3
| | | | | | | | 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>
* passwdqc: add pam-passwdqc to RDEPENDSMingli Yu2017-12-221-1/+1
| | | | | | | | | | | 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>
* openldap: fix QA WarningQi Hou2017-12-221-0/+1
| | | | | | | | | | | | | | | | | 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>
* neon: add the recipe from oe-coreAlexander Kanavin2017-12-112-0/+53
| | | | | | | | 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>
* fftw: Let dev-packages depend on libraries createdAndreas Müller2017-12-111-1/+1
| | | | | | | | | 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>
* fftw: update 3.3.6-p1 -> 3.3.7Andreas Müller2017-12-111-5/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* poppler-data: update 0.4.7 -> 0.4.8Andreas Müller2017-12-111-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dfu-utils-native: fix do_deploy sstate handlingStefan Müller-Klieser2017-12-111-4/+3
| | | | | | | | 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>
* xrdp: new recipeZheng Ruoqin2017-12-111-0/+19
| | | | | | | 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>
* gd: update to version 2.2.5Derek Straka2017-11-301-1/+1
| | | | | | | | | | | 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>
* dos2unix: update to version 7.4.0Derek Straka2017-11-301-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* opencv: Fix error when dynamic linkRicardo Ribalda Delgado2017-11-302-0/+395
| | | | | | | | | | | | | | | | | 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>
* poco: update to 1.8.0.1Pascal Bach2017-11-301-2/+2
| | | | | | | | 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>
* usb-modeswitch: add usb-modeswitch@.serviceMartin Kelly2017-11-191-1/+7
| | | | | | | | | | 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>
* freerdp: Update to 2.0.0Zheng Ruoqin2017-11-195-135/+45
| | | | | | | | | | | | | | | | | | | 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>
* mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-serverJonathan Haws2017-11-191-0/+1
| | | | | | | | | | 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>
* postgresql: Update to 9.4.15George McCollister2017-11-191-2/+2
| | | | | | | | | | | | | | 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>
* opencv: Fix java wrapper generationRicardo Ribalda Delgado2017-11-192-0/+17
| | | | | | | | | | | | | 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>
* opencv: Download tinydnn manuallyRicardo Ribalda Delgado2017-11-192-0/+40
| | | | | | | | 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>
* opencv: Use OE built ProtobufRicardo Ribalda Delgado2017-11-192-0/+58
| | | | | | | | | | 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>
* opencv: Update ICV variable namesRicardo Ribalda Delgado2017-11-191-2/+2
| | | | | | | | 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>
* htop: Update to v2.0.2Paul Barker2017-11-152-3/+52
| | | | | Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libeigen: update to 3.3.4Lukas Bulwahn2017-11-151-6/+5
| | | | | Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* iksemel: reinstate recipe with build fixes and update 1.4 -> 1.5Andre McCurdy2017-11-153-0/+141
| | | | | | | | | | | | 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>
* iksemel: drop stray patch left behind when iksemel 1.4 recipe was purgedAndre McCurdy2017-11-151-32/+0
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glflags: Build native versionAlexey Firago2017-11-151-0/+2
| | | | | Signed-off-by: Alexey Firago <alexey_firago@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: bump version to v0.3.2Bartosz Golaszewski2017-11-151-3/+3
| | | | | | | | | | | | | | | | 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>
* spi-tools: Add version info.fan.xin2017-11-151-1/+6
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: Update to 9.4.14Huang Qiyu2017-10-271-2/+2
| | | | | | | 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>