]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:19:54 +0000 (15:19 +0000)
commit545f5f96d9b7447583d865de7b35e444a9785426
tree728ecf30c79ff9b577536a4ee49f3a2f960d6995
parentb4070cf6c9e3a1fb03e9a03b74bb025176f503e5
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.

(From OE-Core rev: 2ddd6ddaf0c5ba14ae83347eba877ac9ef179c76)

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