summaryrefslogtreecommitdiff
path: root/packages/python/python-setuptools-native_0.6c8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-setuptools-native_0.6c8.bb')
-rw-r--r--packages/python/python-setuptools-native_0.6c8.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c8.bb
new file mode 100644
index 0000000000..b7716d8cac
--- /dev/null
+++ b/packages/python/python-setuptools-native_0.6c8.bb
@@ -0,0 +1,9 @@
+require python-setuptools_${PV}.bb
+inherit native
+
+DEPENDS = "python-native"
+
+do_stage() {
+ BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
+ ${STAGING_BINDIR_NATIVE}/python setup.py install
+}