[yocto] (no subject)

2018-09-02 Thread nishant poorswani
Hi. I'm looking to write a recipe which installs the wheel file directly. Any idea how to go about it. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-security][PATCH 2/2] xmlsec1: upgrade 1.2.25 -> 1.2.26

2018-09-02 Thread akuster808
On 08/31/2018 12:10 AM, Yi Zhao wrote: > Drop patch xmlsec1-fix-a-typo-in-examples-verify3.c.patch since the > issue had been fixed upstream. > > Rebase patch change-finding-path-of-nss.patch > > Signed-off-by: Yi Zhao merged > --- > .../xmlsec1/change-finding-path-of-nss.patch | 107 >

Re: [yocto] [meta-security][PATCH 1/2] samhain: upgrade 4.2.2 -> 4.2.4

2018-09-02 Thread akuster808
On 08/31/2018 12:10 AM, Yi Zhao wrote: > Signed-off-by: Yi Zhao merged > --- > .../samhain/{samhain-client_4.2.2.bb => samhain-client_4.2.4.bb} | 0 > .../samhain/{samhain-server_4.2.2.bb => samhain-server_4.2.4.bb} | 0 > .../{samhain-standalone_4.2.2.bb => samhain-standalone_4.2.4.bb}

Re: [yocto] [meta-security][PATCH] ecryptfs-utils: fix usrmerge install path

2018-09-02 Thread akuster
On 08/27/2018 10:45 PM, mingli...@windriver.com wrote: > From: Mingli Yu > > Update rootsbindir from /sbin to ${base_sbindir} > to fix below do_install error when usrmerge > enabled in DISTRO_FEATURES > | chmod: cannot access > '/poky-build/tmp-glibc/work/core2-64-wrs-linux/ecryptfs-utils/111-

Re: [yocto] [meta-security][PATCH 1/1] keynote: add dependency on bison-native

2018-09-02 Thread akuster808
On 08/27/2018 02:40 PM, Joe Slater wrote: > bison/yacc is no longer automatically supplied. > > Signed-off-by: Joe Slater merged > --- > recipes-security/keynote/keynote_2.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-security/keynote/keynote_2.3.bb > b

Re: [yocto] [meta-security][PATCH] libseccomp: Drop RDEPENDS on bash

2018-09-02 Thread akuster808
On 08/13/2018 11:20 AM, Alex Kiernan wrote: > Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but > this is no longer needed, so drop it. > > Signed-off-by: Alex Kiernan merged > --- > > recipes-security/libseccomp/libseccomp_2.3.3.bb | 1 - > 1 file changed, 1 deletion(-)