[OE-core] [PATCH] readline/ediline: Fix conflicting manpages.

Richard Purdie richard.purdie at linuxfoundation.org
Tue Feb 25 13:33:53 UTC 2020


On Tue, 2020-02-25 at 14:08 +0100, Jacob Kroon wrote:
> On 2/22/20 7:54 PM, Jeremy A. Puhlman wrote:
> >   BBCLASSEXTEND = "native nativesdk"
> > +
> > +inherit update-alternatives
> > +
> > +ALTERNATIVE_PRIORITY = "90"
> > +ALTERNATIVE_${PN} = "history.3"
> > +ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3"
> > 
> 
> With this change (I think), I now get a file
> 
> > +lrwxrwxrwx root       root               38
> > ./usr/share/man/man3/history.3 ->
> > /usr/share/man/man3/history.3.readline
> 
> in my rootfs, which is wierd since I don't have any other man pages
> in my image..

At a guess, ALTERNATIVE_${PN} should be ALTERNATIVE_${PN}-doc ?

Cheers,

Richard



More information about the Openembedded-core mailing list