Re: [OE-core] [PATCH 1/2] systemd: Fix build with gcc9

2019-05-13 Thread Burton, Ross
Huh I checked git too. Obviously not well enough! On Mon, 13 May 2019 at 20:22, Khem Raj wrote: > > you are late to party but its already applied see oe-core/d5e999616e > > On Mon, May 13, 2019 at 7:27 PM Burton, Ross wrote: > > > > https://github.com/systemd/systemd/commit/c98b3545008d8e984ab4

Re: [OE-core] [PATCH 1/2] systemd: Fix build with gcc9

2019-05-13 Thread Khem Raj
you are late to party but its already applied see oe-core/d5e999616e On Mon, May 13, 2019 at 7:27 PM Burton, Ross wrote: > > https://github.com/systemd/systemd/commit/c98b3545008d8e984ab456dcf79787418fcbfe13 > is the upstream fix, so lets use this instead. > > Ross > > On Mon, 6 May 2019 at 11:24

Re: [OE-core] [PATCH 1/2] systemd: Fix build with gcc9

2019-05-13 Thread Burton, Ross
https://github.com/systemd/systemd/commit/c98b3545008d8e984ab456dcf79787418fcbfe13 is the upstream fix, so lets use this instead. Ross On Mon, 6 May 2019 at 11:24, Adrian Bunk wrote: > > On Mon, May 06, 2019 at 10:51:35AM -0700, Khem Raj wrote: > >... > > +gcc-9 has become a bit stricter and can

Re: [OE-core] [PATCH 1/2] systemd: Fix build with gcc9

2019-05-06 Thread Adrian Bunk
On Mon, May 06, 2019 at 10:51:35AM -0700, Khem Raj wrote: >... > +gcc-9 has become a bit stricter and can check all kind of formatted > +input/output functions which causes additional warnings when compiling > +networkd > + > +/src/basic/log.h:104:9: error: ā€˜%sā€™ directive argument is null > [-Werr

[OE-core] [PATCH 1/2] systemd: Fix build with gcc9

2019-05-06 Thread Khem Raj
gcc9 throws additional warnings about format string overflow Signed-off-by: Khem Raj --- ...-format-overflow-warnings-with-gcc-9.patch | 41 +++ meta/recipes-core/systemd/systemd_242.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-core/systemd/