summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/lsb.py
Commit message (Expand)AuthorAgeFilesLines
* lib: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* lib/oe/lsb: Make sure the distro ID is always lowercasedPeter Kjellerstedt2019-09-301-4/+4
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+4
* oe.lsb: add get_os_release()Markus Lehtonen2017-05-161-13/+20
* lib/oe/lsb: better handle missing fieldsJoshua Lock2016-11-231-8/+5
* lib/oe/lsb: attempt to ensure consistent distro id regardless of sourceJoshua Lock2016-11-151-2/+2
* lib/oe/lsb: prefer /etc/os-release for distribution dataJoshua Lock2016-11-151-9/+28
* lib/oe/lsb: make the release dict keys consistent regardless of sourceJoshua Lock2016-11-151-15/+21
* lib/oe/lsb: sanitise the distro identifierRoss Burton2016-04-131-0/+5
* lib/oe/lsb.py: Prioritize parsing of /etc/os-releaseEd Bartosh2015-03-221-8/+9
* lib/oe/lsb.py: Fix up for dashSaul Wold2015-02-141-0/+1
* lib/oe/lsb.py: fall back to /etc/os-release for host distro IDPaul Eggleton2013-07-021-2/+14
* meta/lib/oe/lsb.py: extract only the needed info from lsb-releaseCristian Iorga2013-03-301-2/+2
* meta/lib/oe/lsb.py: fix data extraction from /etc/lsb-releaseCristian Iorga2013-03-291-1/+1
* lib/oe/lsb: enable getting distro ID when lsb_release is not installedPaul Eggleton2013-03-141-2/+37
* distro_identifier: replace slash with hyphenMihai Lindner2012-10-271-1/+1
* lib/oe/lsb.py: Map unknown distributions to 'Unknown'Richard Purdie2012-07-311-2/+8
* lib/oe/lsb: Add basic LSB functionsRichard Purdie2012-07-281-0/+28