diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-12-08 18:33:21 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
commit | 64d109a81a68baecc2bdb54a43dc291ca939c7d3 (patch) | |
tree | 53dd3c2ab129b5c6d962f1e11dc5bb02dd70494d /meta-openstack/recipes-devtools | |
parent | 4eff5180d8fcfdcc58b24e90040a005e98330b9c (diff) | |
download | meta-cloud-services-64d109a81a68baecc2bdb54a43dc291ca939c7d3.tar.gz |
python-setuptools-git: add native support
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb index 9447744..61408c3 100644 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | |||
@@ -19,3 +19,4 @@ inherit setuptools | |||
19 | do_install_append() { | 19 | do_install_append() { |
20 | rm -f ${D}${libdir}/python*/site-packages/site.py* | 20 | rm -f ${D}${libdir}/python*/site-packages/site.py* |
21 | } | 21 | } |
22 | BBCLASSEXTEND = "native" | ||