From 3338a47c2494662ce4e277c7215c1584ec6b0f53 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 1 May 2008 10:28:12 +0000 Subject: python-setuptools 0.6c6 add -native package, fix dependencies, make it a non-native package --- packages/python/python-setuptools-native_0.6c6.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/python/python-setuptools-native_0.6c6.bb (limited to 'packages/python/python-setuptools-native_0.6c6.bb') diff --git a/packages/python/python-setuptools-native_0.6c6.bb b/packages/python/python-setuptools-native_0.6c6.bb new file mode 100644 index 0000000000..1b9f90911d --- /dev/null +++ b/packages/python/python-setuptools-native_0.6c6.bb @@ -0,0 +1,8 @@ +require python-setuptools_${PV}.bb + +DEPENDS = "python-native" + +do_stage() { + BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ + ${STAGING_BINDIR_NATIVE}/python setup.py install +} -- cgit v1.2.3