2018-06-13 23:15 GMT+03:00 Jeremy Puhlman <[email protected]>:
> +do_install_append () {
> +   if [ -e ${D}${includedir}/atk-1.0/atk/atk-enum-types.h ] ; then
> +      sed -i ${D}${includedir}/atk-1.0/atk/atk-enum-types.h -e "s,${B},,"
> +   fi
> +}

Instead of patching it after the fact during installation, can you
patch it at the source please? Then we have at least a chance of the
fix being accepted upstream, instead of carrying it forever.

Also, do include comments: we try to avoid recipe snippets that do
'magic' without any explanation.

Alex
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to