diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-10 00:46:31 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:59 -0400 |
| commit | a4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d (patch) | |
| tree | 40c3d991abcec5a5f98061cc1816a56cf5ed0a06 | |
| parent | 2eab461d950a7a8e06c0f66d69ed8ca989ece0d8 (diff) | |
| download | meta-cloud-services-a4a9a068bae9a8a7bfb269e480e4ed3ed74ffd3d.tar.gz | |
python-setuptools: remove site.py
To avoid conflicing installs of site.py, we can safely remove it from this
package.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend new file mode 100644 index 0000000..3c691d3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # conflicting file prevention | ||
| 2 | do_install_append() { | ||
| 3 | rm -f ${D}${libdir}/python*/site-packages/site.py* | ||
| 4 | } \ No newline at end of file | ||
