[OE-core] [PATCH 3/4] systemd-bootchart: add recipe

Burton, Ross ross.burton at intel.com
Fri Jun 17 18:36:16 UTC 2016


On 17 June 2016 at 04:36, Chen Qi <Qi.Chen at windriver.com> wrote:

> +DEPENDS = "libxslt-native libxslt-native xmlto-native
> docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool"
>

Can we not disable documentation?


> +SYSTEMD_SERVICE_${PN} = "systemd-bootchart.service"
> +SYSTEMD_AUTO_ENABLE_${PN} = "disable"
>

Enable by default, I'd suggest.


> +do_configure_prepend() {
> +    # intltool.m4 is a soft link to /usr/share/aclocal/m4, delete it and
> use the one in our sysroot
> +    rm ${S}/m4/intltool.m4
> +    cp ${STAGING_DIR_TARGET}${datadir}/aclocal/intltool.m4
> ${S}/m4/intltool.m4
> +}
>

IIRC just deleting the file should be sufficient, as we'll pull it in from
the sysroot automatically.

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


More information about the Openembedded-core mailing list