Re: [yocto] [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues

2019-03-29 Thread akuster
On 3/28/19 11:50 PM, Adrian Bunk wrote: > On Thu, Mar 28, 2019 at 10:28:18PM -0700, Armin Kuster wrote: >> Samba and libldb overlap in a few places. This is the simplest fix for >> now. > Adding a quick hack for interaction problems between two packages > that are both in meta-openembedded by

Re: [yocto] [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues

2019-03-29 Thread Adrian Bunk
On Fri, Mar 29, 2019 at 08:50:14AM +0200, Adrian Bunk wrote: > On Thu, Mar 28, 2019 at 10:28:18PM -0700, Armin Kuster wrote: > > Samba and libldb overlap in a few places. This is the simplest fix for > > now. > > Adding a quick hack for interaction problems between two packages > that are both in

Re: [yocto] [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues

2019-03-29 Thread Adrian Bunk
On Thu, Mar 28, 2019 at 10:28:18PM -0700, Armin Kuster wrote: > Samba and libldb overlap in a few places. This is the simplest fix for > now. Adding a quick hack for interaction problems between two packages that are both in meta-openembedded by adding a .bbappend in meta-security creates a

[yocto] [meta-security][PATCH 2/5] libldb: work around samba libldb packaging issues

2019-03-28 Thread Armin Kuster
Samba and libldb overlap in a few places. This is the simplest fix for now. Signed-off-by: Armin Kuster --- recipes-support/libldb/libldb_%.bbappend | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 recipes-support/libldb/libldb_%.bbappend diff --git