On 22 July 2014 17:26, Martin Jansa <[email protected]> wrote: > 16:42 < rburton> JaMa: try moving debian after package_ipk > 16:43 < rburton> (maybe we need an inherit package in debian)? > > 16:45 < JaMa> sorry, I've already started different build > > 16:46 < rburton> np > 16:47 < rburton> easily tested outside of a build, i'll have a go in a bit > > since then I'm building with this change reverted
Moving debian to before package_ipkg does indeed replicate the problem with an otherwise pure oe-core. Adding "inherit package" to the top of debian.bbclass appears to fix it - presumably because in your case with the inherit order of debian and then package_ipk the second definition of package_package_name_hook wins. (export_functions isn't very nice, is it) Patch incoming. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
