diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-06-16 17:01:58 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-06-17 16:10:35 -0400 |
| commit | 5a7e34ae77e4988c3622f66f3b89b35e2bc603a5 (patch) | |
| tree | 9b6f046f436f601cba1b862f0d7650fb3371fd3d /meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb | |
| parent | 9f1042c85ff50915e3d278176c1477e7007fc8b1 (diff) | |
| download | meta-cloud-services-5a7e34ae77e4988c3622f66f3b89b35e2bc603a5.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/python/python-setuptools-git_1.1.bb')
| -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" | ||
