[OE-core] [PATCH 1/2] xcb-proto: create blank .pyc files in xcbgen dir

Burton, Ross ross.burton at intel.com
Thu Sep 29 09:11:34 UTC 2016


On 29 September 2016 at 10:02, Robert Yang <liezhi.yang at windriver.com>
wrote:

> +do_install_append() {
> +    # Create blank .pyc files, so that they will be recorded in
> +    # manifest, and can be cleaned correctly.
> +    find ${D}${libdir}/xcb-proto/xcbgen -type f -maxdepth 1 -name '*.py'
> -exec touch {}c \;
> +}
>

Why not compile them in do_install so the compiled form is in the sstate?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160929/0853f566/attachment-0002.html>


More information about the Openembedded-core mailing list