summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-docutils-native_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-docutils-native_0.5.bb')
-rw-r--r--recipes/python/python-docutils-native_0.5.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/python/python-docutils-native_0.5.bb b/recipes/python/python-docutils-native_0.5.bb
new file mode 100644
index 0000000000..5e294e55a2
--- /dev/null
+++ b/recipes/python/python-docutils-native_0.5.bb
@@ -0,0 +1,8 @@
+require python-docutils_${PV}.bb
+DEPENDS = "python-native"
+inherit native
+
+do_stage() {
+ distutils_stage_all
+}
+