From d948d16754b7cda41bf4ab402d410dee306bd599 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 24 Jul 2008 08:51:40 +0000 Subject: python-setuptools[-native] 0.6c8 fix log usage bug --- packages/python/python-setuptools-native_0.6c8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/python/python-setuptools-native_0.6c8.bb') diff --git a/packages/python/python-setuptools-native_0.6c8.bb b/packages/python/python-setuptools-native_0.6c8.bb index b7716d8cac..0bbf9c32fc 100644 --- a/packages/python/python-setuptools-native_0.6c8.bb +++ b/packages/python/python-setuptools-native_0.6c8.bb @@ -1,9 +1,9 @@ require python-setuptools_${PV}.bb inherit native +FILESPATH = "${FILE_DIRNAME}/python-setuptools" DEPENDS = "python-native" do_stage() { - BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ - ${STAGING_BINDIR_NATIVE}/python setup.py install + distutils_stage_all } -- cgit v1.2.3