[OE-core] [PATCH 3/3] texinfo: fix info not work

Burton, Ross ross.burton at intel.com
Tue Sep 23 14:52:36 UTC 2014


On 23 September 2014 15:19, Hongxu Jia <hongxu.jia at windriver.com> wrote:
> +pkg_postinst_info () {
> +    for f in `find $D/${infodir} -name "*.info*"`; do
> +        install-info $f $D/${infodir}/dir
> +    done
> +}

For future, this seems like the sort of thing we need a class for.
There is a texinfo.bbclass now...

Ross



More information about the Openembedded-core mailing list