summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* rarpd, sblim-sfcb, openct: inherit systemd unconditionallyMartin Jansa2018-09-041-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the inherit was controlled by VIRTUAL-RUNTIME_init_manager and the installation of .service files by DISTRO_FEATURES and systemd was in DISTRO_FEATURES but not in VIRTUAL-RUNTIME_init_manager it was causing QA issues about unpackaged .service files ERROR: rarpd-ss981107-r0 do_package: QA Issue: rarpd: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/rarpd.service ERROR: sblim-sfcb-1.4.9-r0 do_package: QA Issue: sblim-sfcb: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/sblim-sfcb.service ERROR: sblim-sfcb-1.4.9-r0 do_package: QA Issue: sblim-sfcb: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/sblim-sfcb.service * systemd.bbclass will take care of removing /lib/systemd when systemd isn't in DISTRO_FEATURES, so we can remove both conditions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: remove fltk-native from DEPENDSAndreas Müller2018-02-011-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> (cherry picked from commit 5a7a0abb179d0418475ca0f491cd1250ac728e44) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk-native: remove fltk-config from imageAndreas Müller2018-02-011-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> (cherry picked from commit 66601de45ff88a2a267d50f27553956611c8a174) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openldap: fix QA WarningQi Hou2018-02-011-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> (cherry picked from commit aaf496df4cef4703a6d4b380b3f5ddf738753406) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* passwdqc: add pam-passwdqc to RDEPENDSMingli Yu2018-02-011-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> (cherry picked from commit 1d943254ce7fb9a88e79ef175c8ec0d3d26dbbad) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dfu-utils-native: fix do_deploy sstate handlingStefan Müller-Klieser2018-02-011-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> (cherry picked from commit 1ef92d2423d6d6546e4f0585478540212b26f3a0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: Update to 9.4.15George McCollister2018-02-011-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> (cherry picked from commit 9fb1739a7accfd2e7126ed9dcea756663bf3df07) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: Update to 9.4.14Huang Qiyu2018-02-011-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> (cherry picked from commit f6c74fba0d0f8883b8abea581780741a2a757c49) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-serverJonathan Haws2018-02-011-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> (cherry picked from commit 6363c0d0ee412b80877f890544df8343f5556be6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gperftools: Fix build on musl/mipsKhem Raj2018-02-012-0/+18
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 738bea45bc51d9a78a3d46ee8c18390427ccd547) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* imagemagick: 7.0.7-1 -> 7.0.7-7Kai Kang2017-10-171-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nghttp2: add recipe for Nghttp2: HTTP/2 C Library.baali2017-10-151-0/+16
| | | | | | | 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>
* gperftools: Enable on mipsKhem Raj2017-10-041-4/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Pass computed endian variableKhem Raj2017-10-041-1/+2
| | | | | | | | | If not passed to SCon, it will try to guess it and do it by poking at build host, which wont work in cross environment Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libol: Add HOMEPAGE info into recipe file.Huang Qiyu2017-10-041-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: refactoring code to disable package config thin-provisioning-toolsKai Kang2017-10-041-2/+2
| | | | | | | | | | There are 2 GPL variations 'GPLv3' and 'GPLv3.0' for canonical (SPDX) form of 'GPL-3.0' now. Refactoring code to use function incompatible_license_contains() from license.bbclass to filter them all to disable package config 'thin-provisioning-tools'. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Fix build on aarch64Khem Raj2017-10-024-1/+133
| | | | | | | Inherit dos2unix since some files patched are in dos format Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: fix start lvm2-monitor.service failedHongxu Jia2017-09-223-1/+34
| | | | | | | | | | | | | | | | | | | | | | | While systemd based, start lvm2-monitor.service failed. ... |Sep 21 05:37:34 qemux86-64 lvm[389]: /var/lock: stat failed: No such file or directory |Sep 21 05:37:34 qemux86-64 systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=5/NOTINSTALLED ... The failure of lvm2-monitor.service caused reboot hung when disk partion is lvm thin provision. While starting lvm2-monitor.service, it reqires the existence of locking dir "/var/lock" which is a symlink to "../run/lock" in oe-core, and "/run" is created in "/etc/fstab" which have to be be after the start of lvm2-monitor.service. So tweak the locking dir to "/tmp/lock" and make sure the dir existence (after tmp.mount). Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: disable thin provisioning support if GPLv3 incompatibleKai Kang2017-09-221-1/+1
| | | | | | | | Disable thin provisioning support for lvm2 if it is set GPLv3 incompatible. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dfu-util: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: fix CVE-2017-14136Kai Kang2017-09-222-0/+289
| | | | | | | Backport patch to fix CVE-2017-14136 for opencv. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: Fix build on aarch64Khem Raj2017-09-223-0/+2245
| | | | | | | Enable intrinsics on arm/neon with clang while here Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openct: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eventlog: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-221-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: 7.0.6-9 -> 7.0.7-1Kai Kang2017-09-221-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: update to 1.7.9Pascal Bach2017-09-181-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libp11: 0.4.0 -> 0.4.7Kai Kang2017-09-181-7/+3
| | | | | | | | | | | Upgrade libp11 from 0.4.0 to 0.4.7. * the parallel make issue has been fix in upstream, so remove restriction of parallel make * update FILES Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin-otr: Upgrade to 4.0.2Khem Raj2017-09-183-35/+15
| | | | | | | | Check for x11 before building, it has a hard dep on gtk+, which inturn needs x11 or directfb Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numactl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailcap: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnih: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ceres-solver: add new recipeBartosz Golaszewski2017-09-181-0/+20
| | | | | | | | | | Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It's often used in 3D computer vision applications. Signed-off-by: Bartosz Golaszewski <brgl+baylibre@bgdev.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Add HOMEPAGE info into recipe file.Bian Yaqin2017-09-181-0/+1
| | | | | Signed-off-by: Bian Yaqin <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daemontools: Add HOMEPAGE info into recipe file.Bian Yaqin2017-09-181-0/+1
| | | | | Signed-off-by: Bian Yaqin <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjs-sizzle: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgpiod: bump version to v0.3.1Bartosz Golaszewski2017-09-181-11/+4
| | | | | | | | The project is now hosted at kernel.org. Updates since v0.2 include a couple bug-fixes and new features for gpiomon. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debsums: inherit gettextKhem Raj2017-09-181-0/+2
| | | | | | | | | | Fixes | cd man && po4a --no-translations po4a.cfg | /bin/sh: po4a: command not found | make: *** [Makefile:11: clean] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-setup-keyboard: delete blacklistedMartin Jansa2017-09-181-33/+0
| | | | | | | | * there was some work on it recently, but still contains QA issues and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114478.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: Fix build with clangKhem Raj2017-09-132-1/+27
| | | | | | | -isystem is not needed even with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* open-vm-tools: only build if meta-networking and meta-filesystems is availableMark Hatle2017-09-131-0/+7
| | | | | | | libdnet - meta-networking fuse - meta-filesystems Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* openipmi: Move to meta-networking requires net-snmpMark Hatle2017-09-1210-1433/+0
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* psqlodbc: add recipeYi Zhao2017-09-075-0/+356
| | | | | | | | | | | | | This package provides a driver that allows ODBC-enabled applications to access PostgreSQL database. This recipe was removed in commit ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Since its dependency postgresql already unblacklisted, so add it back. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjs-jquery: Add HOMEPAGE info into recipe file.fan.xin2017-09-071-0/+1
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pps-tools: Add HOMEPAGE info into recipe file.fan.xin2017-09-071-0/+1
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* open-vm-tools: Add -Wno-address-of-packed-member for with clangKhem Raj2017-09-071-0/+1
| | | | | | | | This option ignores a warning as following error: taking address of packed member 'actualSize' of class or structure 'HgfsReplyReadV3' may result in an unaligned pointer value Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mongodb: Disable for armv7 and fix build on muslKhem Raj2017-09-077-1/+258
| | | | | | | | 32bit arm is not supported Add patches to compile with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gperftools: Fix build with muslKhem Raj2017-09-073-2/+50
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsoap: Fix build with muslKhem Raj2017-09-072-1/+65
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>