summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libedit
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/libedit')
-rw-r--r--meta/recipes-devtools/libedit/libedit_20230828-3.1.bb (renamed from meta/recipes-devtools/libedit/libedit_20191231-3.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb b/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
index 8d2d57a930..1684b57d31 100644
--- a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
@@ -13,13 +13,12 @@ inherit autotools
13SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ 13SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
14 file://stdc-predef.patch \ 14 file://stdc-predef.patch \
15 " 15 "
16SRC_URI[md5sum] = "2e22a51131de94ff2df24901f7cfe416" 16SRC_URI[sha256sum] = "4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad"
17SRC_URI[sha256sum] = "dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071"
18 17
19BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
20 19
21inherit update-alternatives 20inherit update-alternatives
22 21
23ALTERNATIVE_PRIORITY = "90" 22ALTERNATIVE_PRIORITY = "90"
24ALTERNATIVE_${PN}-doc = "history.3" 23ALTERNATIVE:${PN}-doc = "history.3"
25ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3" 24ALTERNATIVE_LINK_NAME[history.3] = "${mandir}/man3/history.3"