]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/lsb: make the release dict keys consistent regardless of source
authorJoshua Lock <joshua.g.lock@intel.com>
Tue, 8 Nov 2016 14:49:54 +0000 (14:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:18:50 +0000 (15:18 +0000)
commit2ddd6ddaf0c5ba14ae83347eba877ac9ef179c76
treee63025fa12f3dcfe8453a2b8244e9a66b3d3ebc8
parent812c52f654c1bccca033163100055e3a8b8cda6e
lib/oe/lsb: make the release dict keys consistent regardless of source

Rather than have the distro_identifier method look for different keys in
the dict depending on the source ensure that each function for retrieving
release data uses the same key names in the returned dict.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/lsb.py