diff options
Diffstat (limited to 'recipes/python/python-setuptools-native_0.6c9.bb')
-rw-r--r-- | recipes/python/python-setuptools-native_0.6c9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/python/python-setuptools-native_0.6c9.bb b/recipes/python/python-setuptools-native_0.6c9.bb new file mode 100644 index 0000000000..0bbf9c32fc --- /dev/null +++ b/recipes/python/python-setuptools-native_0.6c9.bb @@ -0,0 +1,9 @@ +require python-setuptools_${PV}.bb +inherit native + +FILESPATH = "${FILE_DIRNAME}/python-setuptools" +DEPENDS = "python-native" + +do_stage() { + distutils_stage_all +} |