diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-05 21:10:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-05 21:10:28 +0100 |
commit | ec5f0e55f3be1e9e9f2869b6281061dcc85dcf84 (patch) | |
tree | 31698fb4d95b475d6a905aaedb0a797ec8e2b62b /packages/python | |
parent | a43a4047914677eb9ecfc941658aa13eb47baac5 (diff) |
python twisted: add native version
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-twisted-native_8.2.0.bb | 7 |
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 +} |