mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-10 10:09:42 +00:00
meta-python: Add python-daemon recipe and its dependencies
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>
This commit is contained in:
committed by
Martin Jansa
parent
5623b70c79
commit
5dcaa1231b
@@ -0,0 +1,18 @@
|
||||
SUMMARY = "Text processing system for documentation"
|
||||
HOMEPAGE = "http://docutils.sourceforge.net"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PSF & BSD-2-Clause & GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6"
|
||||
|
||||
DEPENDS = "python"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "2f4bee6451958252f7bec71f18b05be3"
|
||||
SRC_URI[sha256sum] = "3caee0bcb2a49fdf24fcfa70849a60abb7a181aa68b030f7cb7494096181830c"
|
||||
|
||||
S = "${WORKDIR}/docutils-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user