]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/lsb: Add basic LSB functions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:05:51 +0000 (14:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jul 2012 13:48:09 +0000 (14:48 +0100)
commit458bdfe1cc4872e901ea3c38f497bfea6cf4c8cb
tree457d09960f37659e1111bc74843f15f1d130ff21
parent5bf3541836457465aa76577bfb41cdf6316213c9
lib/oe/lsb: Add basic LSB functions

This code was written by Christopher Larson <chris_larson@mentor.com> and
allows generation of the LSB release data based upon the lsb_release
command. It also includes a helper function to generate a string
representing a given distribution.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/lsb.py [new file with mode: 0644]