From 14921e9e9aa00c44063b550f307d9fe238fed79e Mon Sep 17 00:00:00 2001 From: "Jeremy A. Puhlman" Date: Tue, 25 Feb 2020 11:25:44 -0800 Subject: libedit/readline: Correct package alternatives link for manpage (From OE-Core rev: 2db36468c98d67fe49fd71609721aa59f0bfffc8) Signed-off-by: Jeremy A. Puhlman Signed-off-by: Richard Purdie --- meta/recipes-devtools/libedit/libedit_20191231-3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb b/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb index 267fdcc54a..8d2d57a930 100644 --- a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb +++ b/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" -- cgit v1.2.3-54-g00ecf