python twisted: add native version
authorKoen Kooi <koen@openembedded.org>
Thu, 5 Feb 2009 20:10:28 +0000 (21:10 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 5 Feb 2009 20:10:28 +0000 (21:10 +0100)
packages/python/python-twisted-native_8.2.0.bb [new file with mode: 0644]

diff --git a/packages/python/python-twisted-native_8.2.0.bb b/packages/python/python-twisted-native_8.2.0.bb
new file mode 100644 (file)
index 0000000..063f0fd
--- /dev/null
@@ -0,0 +1,7 @@
+require python-twisted_${PV}.bb
+
+inherit native
+
+do_stage() {
+       distutils_stage_all
+}