]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hook
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 May 2012 08:24:22 +0000 (09:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 May 2012 17:03:26 +0000 (18:03 +0100)
commit74daad03ca29a03b0005f7d2b90a0347d5b583a5
treeceadde74b6f86c4b061b301ecec2755386b28998
parent9cd30beba77497288eeb2545920bc23f2a77cf16
package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hook

The usage of this function renaming and it being called using
bb.build.exec_func() causes needless indirection loops, confusing log
files and seems generally pointless.

This simplification makes the process much simpler and faster. I can't
come up with a good reason why the export_functions functionality is
needed for this function.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass