[OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-26 Thread Chen Qi
systemd upstream only care about glibc. We made musl specific patches so that systemd could work. But currently these patches contain potential security issues. So apply these patches only when the libc is musl. Signed-off-by: Chen Qi --- meta/recipes-core/systemd/systemd_242.bb | 2 +- 1 file

Re: [OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-24 Thread Khem Raj
On Fri, May 24, 2019 at 12:14 PM Martin Jansa wrote: > > It's still nicer to have > SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" > if the intermediate SRC_URI_MUSL variable is useful. yeah we can do away with this one variable here. > > On Fri, May 24, 2019 at 7:59 PM Khem Raj wrote: >> >> On

Re: [OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-24 Thread Martin Jansa
It's still nicer to have SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" if the intermediate SRC_URI_MUSL variable is useful. On Fri, May 24, 2019 at 7:59 PM Khem Raj wrote: > On Fri, May 24, 2019 at 10:31 AM Richard Purdie > wrote: > > > > On Fri, 2019-05-24 at 10:17 +0800, Chen Qi wrote: > > >

Re: [OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-24 Thread Khem Raj
On Fri, May 24, 2019 at 10:31 AM Richard Purdie wrote: > > On Fri, 2019-05-24 at 10:17 +0800, Chen Qi wrote: > > systemd upstream only care about glibc. We made musl specific > > patches so that systemd could work. But currently these patches > > contain potential security issues. > > > > So apply

Re: [OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-24 Thread Richard Purdie
On Fri, 2019-05-24 at 10:17 +0800, Chen Qi wrote: > systemd upstream only care about glibc. We made musl specific > patches so that systemd could work. But currently these patches > contain potential security issues. > > So apply these patches only when the libc is musl. > > Signed-off-by: Chen Q

Re: [OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-23 Thread Khem Raj
On 5/23/19 7:17 PM, Chen Qi wrote: systemd upstream only care about glibc. We made musl specific patches so that systemd could work. But currently these patches contain potential security issues. So apply these patches only when the libc is musl. LGTM Signed-off-by: Chen Qi --- meta/r

[OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-23 Thread Chen Qi
systemd upstream only care about glibc. We made musl specific patches so that systemd could work. But currently these patches contain potential security issues. So apply these patches only when the libc is musl. Signed-off-by: Chen Qi --- meta/recipes-core/systemd/systemd_242.bb | 2 +- 1 file