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-devtools/python/python-setuptools_0.6c11.bbappend | 4 ---- .../recipes-devtools/python/python-setuptools_1.1.6.bbappend | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend deleted file mode 100644 index 3c691d3..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools_0.6c11.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# conflicting file prevention -do_install_append() { - rm -f ${D}${libdir}/python*/site-packages/site.py* -} \ No newline at end of file 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 deleted file mode 100644 index 3c691d3..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools_1.1.6.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# 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