From: Koen Kooi Date: Thu, 5 Feb 2009 20:10:28 +0000 (+0100) Subject: python twisted: add native version X-Git-Tag: Release-2010-05/1~3977^2~58^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5f0e55f3be1e9e9f2869b6281061dcc85dcf84;p=openembedded.git python twisted: add native version --- 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 +}