aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-systemd.inc
AgeCommit message (Collapse)Author
2019-11-21recipes: rename distro_features_check to features_checkDenys Dmytriyenko
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-13python-systemd: Include endian.h for htobe16Khem Raj
Fixes | systemd/util.c:112:39: error: implicit declaration of function 'htobe16' is invalid in C99 [-Werror,-Wimplicit-function-declaration] | addr->in6.sin6_port = htobe16(port); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-01python-systemd: fix dependenciesTomasz MeresiƄski
Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29). Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python[3]-systemd: cleanup common content; fix build for muslTim Orling
* Put common content in python-systemd.inc * Add patch to provide strndupa() for musl Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>