summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-02 16:05:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-02 16:05:45 -0500
commit6e5ff0a599e4e181a524b94447bcf0a054055e23 (patch)
tree30090346fee1c71f70368088e551d0162a23b461 /meta-openstack/recipes-devtools/python
parent811633754e5cf5e51b26c569f650d3fd115cb089 (diff)
downloadmeta-cloud-services-6e5ff0a599e4e181a524b94447bcf0a054055e23.tar.gz
openstack: update bbappends to match oe-core/meta-networing/meta-virtualization master
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend
new file mode 100644
index 0000000..3c691d3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend
@@ -0,0 +1,4 @@
1# conflicting file prevention
2do_install_append() {
3 rm -f ${D}${libdir}/python*/site-packages/site.py*
4} \ No newline at end of file