aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-support-ivi
AgeCommit message (Collapse)Author
2018-10-31ecryptfs-utils: remove recipe and drop the packageOleksandr Kravchuk
Removed recipe from the layer as it is already maintained by the meta-security. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2017-09-19ecryptfs-utils: Add HOMEPAGE info into recipe file.Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2016-12-16ecryptfs-utils: 106->111Zheng Ruoqin
Upgrade ecryptfs-utils from 106 to 111 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
2016-09-19keyutils: Fixes building with musl libcMing Liu
Fixed a following build issue by including <limits.h> for UINT_MAX: | key.dns_resolver.c: In function 'afsdb_hosts_to_addrs': | key.dns_resolver.c:374:21: error: 'UINT_MAX' undeclared (first use in this function) | unsigned int ttl = UINT_MAX, rr_ttl; | ^~~~~~~~ | key.dns_resolver.c:374:21: note: each undeclared identifier is reported only once for each function it appears in | key.dns_resolver.c: In function 'dns_query_afsdb': | key.dns_resolver.c:456:22: error: 'ULONG_MAX' undeclared (first use in this function) | unsigned long ttl = ULONG_MAX; This patch is back-ported from keyutils upstream, since the 1.5.9 is still the latest release. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
2016-06-24Merge branch 'cdr-64bits' of https://github.com/cledra/meta-ivi into ↵Yong-iL Joh
cledra-cdr-64bits Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> Conflicts: meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb meta-ivi/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb meta-ivi/recipes-extended/node-state-manager/node-state-manager_2.0.0.bb meta-ivi/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
2016-06-17keyutils: set library installation directory from libdir env variableClement Dransart
As we are working in Yocto environment, it is better to set install dir from Yocto env variables. The same goes for CFLAGS. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-05-13ecryptfs-utils: Fix QA IssueLi Xin
WARNING: ecryptfs-utils-106-r0 do_package_qa: QA Issue: ecryptfs-utils rdepends on nspr, but it isn't a build dependency, WARNING: ecryptfs-utils-106-r0 do_package_qa: QA Issue: ecryptfs-utils rdepends on nss, but it isn't a build dependency Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
2016-02-12keyutils: rebase powerpc arch. cflags patchShrikant Bobade
this patch provide rebase to powerpc arch. cflag patch, it is rebased to fix the patch application error, used arm arch. keyutils patch as reference. ref: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/ meta-ivi/recipes-support-ivi/keyutils/keyutils/ keyutils-arm-remove-m32-m64.patch it is required to resolve the patch application failure with keyutils 1.5.9 for powerpc arch. build. Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
2015-10-26fuse: remove packageYong-iL Joh
* it's duplicated with meta-openembedded layer Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-09-18ecryptfs-utils: upgrade 104 -> 106Yong-iL Joh
Update ecryptfs-fix-disable-nss.patch,since the contents has been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
2015-09-18keyutils: upgrade 1.5.8->1.5.9Yong-iL Joh
-modified patches for new version -add new patch for powerpc Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
2014-10-07Fix different appendsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-01Globally replace 'base_contains' calls by 'bb.utils.contains'Andrei Gherzan
Based on oe-core commit: commit 1528e596d4906c33e4be83fcf691cfe76d340ff3 Author: Otavio Salvador <ota...@ossystems.com.br> Date: Thu Apr 24 15:59:20 2014 -0300 Globally replace 'base_contains' calls with 'bb.utils.contains' The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-09-12ecryptfs-utils: Fix SYSTEMD_SERVICE to be pkg specificAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-27fuse: fix QA Issue unknown-configure-optionHolger Behrens
Fixing > QA Issue: fuse: configure was passed unrecognised options: > --disable-kernel-module [unknown-configure-option] Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-07-29autoconf: Fix recipes configure problemsHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com> Acked-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>