Please note the second patch which removes python-pbr.inc since it is duplicated to the one in oe-core. There are also other recipes have the similar issues, for example, python-six, there is a python-six.inc in both oe-core and meta-python, but their contents are the same, while oe-core's is for python3, and meta-python's is for python2, I think that we can remove the one in meta-python as I did for python-pbr. I will send patches to cleanup them if no objections.
// Robert Robert Yang (2): python3-pbr: remove it python-pbr.inc: remove it meta-python/recipes-devtools/python/python-pbr.inc | 14 -------------- meta-python/recipes-devtools/python/python-pbr_4.2.0.bb | 3 ++- meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb | 2 -- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pbr.inc delete mode 100644 meta-python/recipes-devtools/python/python3-pbr_4.2.0.bb -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
