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

Jacob Kroon jacob.kroon at gmail.com
Tue Feb 25 14:34:11 UTC 2020


On 2/25/20 2:33 PM, Richard Purdie wrote:
> 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 ?
> 

I can confirm that changing the recipe according to RP's suggestion gets 
rid of that file in my image.

Thanks,
Jacob


More information about the Openembedded-core mailing list