]> code.ossystems Code Review - openembedded-core.git/commitdiff
libedit/readline: Correct package alternatives link for manpage
authorJeremy A. Puhlman <jpuhlman@mvista.com>
Tue, 25 Feb 2020 19:25:44 +0000 (11:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2020 23:08:11 +0000 (23:08 +0000)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/readline/readline.inc
meta/recipes-devtools/libedit/libedit_20191231-3.1.bb

index 4babcbd69a2f5944c59e4c4c073a37a1a5e56c2e..052e2d5f3de1e0746651c4dca02414f56e044f97 100644 (file)
@@ -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
index 267fdcc54adc8b85e815e76a8e0bf17094454ac7..8d2d57a930e0340669038ce29531e163698c956f 100644 (file)
@@ -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"