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
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to