From faf8ea049af48f849b7a0a7191d05de4dbcc4389 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 29 Oct 2013 12:14:40 -0400 Subject: python-setuptools: add 1.1.6 bbappend oe-core has a newer python-setuptools available, so we update our bbappends to include that new version. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-setuptools_1.1.6.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend (limited to 'meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend') diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend new file mode 100644 index 0000000..3c691d3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend @@ -0,0 +1,4 @@ +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/site.py* +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf