On Sat, Feb 4, 2012 at 9:12 AM, Khem Raj <[email protected]> wrote: > Hi > > Following recipes are duplicated in meta-oe > > recipes-devtools/python/python-imaging_1.1.7.bb > recipes-devtools/python/python-setuptools_0.6c11.bb > recipes-core/eglibc/ldconfig-native_2.12.1.bb > recipes-graphics/xorg-app/rgb_1.0.4.bb > recipes-extended/tzcode/tzcode-native_2011i.bb > recipes-multimedia/libmad/libmad_0.15.1b.bb > recipes-extended/cups/cups_1.4.6.bb >
I sent a patch to delete obvious ones from meta-oe but following still needs to be looked at recipes-devtools/python/python-imaging_1.1.7.bb the above recipes apply same patch but meta-oe has extra stuff in do_install which probably should go into oe-core and pr scheme is different mlX Vs rX so that will change recipes-devtools/python/python-setuptools_0.6c11.bb one in meta-oe has NATIVE_INSTALL_WORKS = "1" I dont know if this is needed anymore if not then this can be delete from meta-oe recipes-extended/tzcode/tzcode-native_2011i.bb We are good with one for oe-core I think Andrea is working on it. recipes-multimedia/libmad/libmad_0.15.1b.bb meta-oe has - file://fix_for_mips_with_gcc-4.5.0.patch" + file://mad.diff \ + file://mad-mips-h-constraint.patch" + +SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch" fix_for_mips_with_gcc-4.5.0.patch and mad-mips-h-constrain.patch are essentially fixing same thing mad.diff disables certain optimizations I dont think we need that so I think this can be converted into a bbapend for avr SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch" > lets try to find the differences and consolidate them and move them to > either oe-core or meta-oe > where ever they are more suitable. > > Thanks > -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
