Re: [OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-06 Thread Saul Wold
On 03/05/2013 02:54 AM, Paul Eggleton wrote: On Friday 01 March 2013 18:42:22 Martin Jansa wrote: * even when /etc/redhat-release or /etc/SuSE-release exists * don't read /etc/lsb-release manually, NATIVELSBSTRING is not reading it too Unfortunately this has been merged before I had a chanc

Re: [OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-06 Thread Martin Jansa
On Tue, Mar 05, 2013 at 10:54:25AM +, Paul Eggleton wrote: > On Friday 01 March 2013 18:42:22 Martin Jansa wrote: > > * even when /etc/redhat-release or /etc/SuSE-release exists > > * don't read /etc/lsb-release manually, NATIVELSBSTRING is not > > reading it too > > Unfortunately this has b

Re: [OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-05 Thread Burton, Ross
On 5 March 2013 10:54, Paul Eggleton wrote: > Unfortunately this has been merged before I had a chance to reply. FYI I put > the code in here to read the files directly on purpose, because most distros > bundle up the lsb_release tool with all of the LSB dependencies, so if you > want to set up a

Re: [OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-05 Thread Paul Eggleton
On Friday 01 March 2013 18:42:22 Martin Jansa wrote: > * even when /etc/redhat-release or /etc/SuSE-release exists > * don't read /etc/lsb-release manually, NATIVELSBSTRING is not > reading it too Unfortunately this has been merged before I had a chance to reply. FYI I put the code in here to r

[OE-core] [PATCH] sanity.bbclass: always use oe.lsb.distro_identifier method

2013-03-01 Thread Martin Jansa
* even when /etc/redhat-release or /etc/SuSE-release exists * don't read /etc/lsb-release manually, NATIVELSBSTRING is not reading it too Signed-off-by: Martin Jansa --- meta/classes/sanity.bbclass | 36 1 file changed, 4 insertions(+), 32 deletions(-) dif