]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/lsb: enable getting distro ID when lsb_release is not installed
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 12 Mar 2013 03:39:56 +0000 (03:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Mar 2013 18:40:10 +0000 (18:40 +0000)
commit106a7bcdb5ad9956f1d78f508408bfbcf7ff5120
tree3af8d9c4eb28c6369ee50fffcd378118606b5b27
parent375ed2eaef10dd7d8f46badca6d779708724e5f6
lib/oe/lsb: enable getting distro ID when lsb_release is not installed

If lsb_release is not installed (as it may not be on headless/minimal
installations on distros whose LSB package has a long list of
dependencies) we need to gather the information directly from files in
/etc.

Fixes [YOCTO #4012].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/lsb.py