diff options
Diffstat (limited to 'meta/recipes-devtools/libedit')
-rw-r--r-- | meta/recipes-devtools/libedit/libedit_20191231-3.1.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb b/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb index 7116c9ddbc..267fdcc54a 100644 --- a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb | |||
@@ -17,3 +17,9 @@ SRC_URI[md5sum] = "2e22a51131de94ff2df24901f7cfe416" | |||
17 | SRC_URI[sha256sum] = "dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071" | 17 | SRC_URI[sha256sum] = "dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
20 | |||
21 | inherit update-alternatives | ||
22 | |||
23 | ALTERNATIVE_PRIORITY = "90" | ||
24 | ALTERNATIVE_${PN} = "history.3" | ||
25 | ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" | ||