summaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 20:47:54 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-06 20:48:41 +0200
commit04cb7fb37481f680e572e707320066f12f4946f4 (patch)
tree89f905f64fafb2c0367e0aa9007c80e877bd74ff /recipes/python
parent25b7d02b89c4e84826e29f91ef40fbb34f07f066 (diff)
downloadopenembedded-04cb7fb37481f680e572e707320066f12f4946f4.tar.gz
python-docutils: removed legacy staging, converted to BBCLASSEXTEND
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-docutils-native_0.5.bb11
-rw-r--r--recipes/python/python-docutils_0.5.bb5
2 files changed, 4 insertions, 12 deletions
diff --git a/recipes/python/python-docutils-native_0.5.bb b/recipes/python/python-docutils-native_0.5.bb
deleted file mode 100644
index c0a277f25e..0000000000
--- a/recipes/python/python-docutils-native_0.5.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require python-docutils_${PV}.bb
-DEPENDS = "python-native"
-inherit native
-
-do_stage() {
- distutils_stage_all
-}
-
-
-SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6"
-SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e"
diff --git a/recipes/python/python-docutils_0.5.bb b/recipes/python/python-docutils_0.5.bb
index 2ff8185325..8f0e17000a 100644
--- a/recipes/python/python-docutils_0.5.bb
+++ b/recipes/python/python-docutils_0.5.bb
@@ -2,12 +2,15 @@ DESCRIPTION = "Text processing system"
HOMEPAGE = "http://docutils.sourceforge.net"
SECTION = "devel/python"
LICENSE = "PSF"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
S = "${WORKDIR}/docutils-${PV}"
inherit distutils
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
+
SRC_URI[md5sum] = "dd72dac92fc8e3eb0f48c3effeef80f6"
SRC_URI[sha256sum] = "747cf984edfca0575addbb42453274a1bdd98ec7780bd37a883dc8b2a66a610e"