summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-05 21:10:28 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-05 21:10:28 +0100
commitec5f0e55f3be1e9e9f2869b6281061dcc85dcf84 (patch)
tree31698fb4d95b475d6a905aaedb0a797ec8e2b62b /packages/python
parenta43a4047914677eb9ecfc941658aa13eb47baac5 (diff)
python twisted: add native version
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-twisted-native_8.2.0.bb7
1 files changed, 7 insertions, 0 deletions
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
index 0000000000..063f0fdb13
--- /dev/null
+++ b/packages/python/python-twisted-native_8.2.0.bb
@@ -0,0 +1,7 @@
+require python-twisted_${PV}.bb
+
+inherit native
+
+do_stage() {
+ distutils_stage_all
+}