From ba2cf4dfc0e3e05bbee01ef27224f8cd228a117f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 2 Feb 2014 23:48:06 -0500 Subject: bbappends: move old appends to "dangling" and introduce new appends Syncing to oe-core, and meta-oe master of January 30th 2014. - introduced required new bbappends To keep compatiblity with older versions of oe-core and meta-oe, old bbappends are kept, but they are moved to the "dangling" recipe group. If any bbappend warnings show outside of the dangling recipes, they should be investigated. Signed-off-by: Bruce Ashfield --- .../recipes-dangling/python/python-setuptools_0.6c11.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-openstack/recipes-dangling/python/python-setuptools_0.6c11.bbappend (limited to 'meta-openstack/recipes-dangling/python/python-setuptools_0.6c11.bbappend') diff --git a/meta-openstack/recipes-dangling/python/python-setuptools_0.6c11.bbappend b/meta-openstack/recipes-dangling/python/python-setuptools_0.6c11.bbappend new file mode 100644 index 0000000..3c691d3 --- /dev/null +++ b/meta-openstack/recipes-dangling/python/python-setuptools_0.6c11.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