diff options
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-docutils_0.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-docutils_0.5.bb b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb new file mode 100644 index 0000000000..1e6893da5a --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-docutils_0.5.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Text processing system" | ||
| 2 | HOMEPAGE = "http://docutils.sourceforge.net" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=ac6ee29ac0310c091afab5ac4bea2fa3" | ||
| 6 | |||
| 7 | DEPENDS = "python" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6" | ||
| 11 | SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/docutils-${PV}" | ||
| 14 | |||
| 15 | inherit distutils | ||
| 16 | |||
| 17 | NATIVE_INSTALL_WORKS = "1" | ||
| 18 | BBCLASSEXTEND = "native" | ||
| 19 | |||
