Re: [OE-core] style suggestions for that whole "_append" and leading space thing

2017-02-28 Thread Robert P. J. Day
On Tue, 28 Feb 2017, Patrick Ohly wrote: > On Mon, 2017-02-27 at 06:07 -0500, Robert P. J. Day wrote: > > getting pedantic (as i am wont to do), occasionally i run across > > things like this, from meta/conf/distro/include/no-static-libs.inc: > > > > EXTRA_OECONF_append = "${DISABLE_STATIC}" >

Re: [OE-core] style suggestions for that whole "_append" and leading space thing

2017-02-28 Thread Patrick Ohly
On Mon, 2017-02-27 at 06:07 -0500, Robert P. J. Day wrote: > getting pedantic (as i am wont to do), occasionally i run across > things like this, from meta/conf/distro/include/no-static-libs.inc: > > EXTRA_OECONF_append = "${DISABLE_STATIC}" > > which, at first glance, simply seems wrong give

[OE-core] style suggestions for that whole "_append" and leading space thing

2017-02-27 Thread Robert P. J. Day
getting pedantic (as i am wont to do), occasionally i run across things like this, from meta/conf/distro/include/no-static-libs.inc: EXTRA_OECONF_append = "${DISABLE_STATIC}" which, at first glance, simply seems wrong given the lack of a leading space, until one looks higher up in that same