Przeglądaj źródła

libedit/readline: Correct package alternatives link for manpage

Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Jeremy A. Puhlman 4 lat temu
rodzic
commit
2db36468c9

+ 1 - 1
meta/recipes-core/readline/readline.inc

@@ -47,7 +47,7 @@ CONFFILES_${PN} += "${sysconfdir}/inputrc"
 inherit update-alternatives
 
 ALTERNATIVE_PRIORITY = "100"
-ALTERNATIVE_${PN} = "history.3"
+ALTERNATIVE_${PN}-doc = "history.3"
 ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3"
 
 # OpenSuse injects versions into libreadline leading to conficits between our native one and theirs

+ 1 - 1
meta/recipes-devtools/libedit/libedit_20191231-3.1.bb

@@ -21,5 +21,5 @@ BBCLASSEXTEND = "native nativesdk"
 inherit update-alternatives
 
 ALTERNATIVE_PRIORITY = "90"
-ALTERNATIVE_${PN} = "history.3"
+ALTERNATIVE_${PN}-doc = "history.3"
 ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3"