summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-daemon_2.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUMAdrian Bunk2019-08-301-2/+2
| | | | | | | | | | | Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-daemon: fix build dependencies to use the native version rather than ↵Derek Straka2018-07-271-1/+1
| | | | | | | target for docutils Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Add python-daemon recipe and its dependenciesKrzysztof Kozlowski2017-07-141-0/+27
Add recipes for python-daemon PIP package with its dependencies - lockfile and docutils. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>