On 06/18/2016 02:36 AM, Burton, Ross wrote: > > On 17 June 2016 at 04:36, Chen Qi > wrote: > > +DEPENDS = "libxslt-native libxslt-native xmlto-native > docbook-xml-dtd4-native docbook-xsl-stylesheets-native intltool" > > > Can we not disable documentation? Hi Ross, There's not available option to disable it in its source codes. Do you think we should try to add one for it? Or we just leave things as it is? Best Regards, Chen Qi > +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