summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-15 11:13:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-16 17:52:21 +0000
commit5e9a43a6ba880105be4ff89046bef20661085fad (patch)
tree2fa284700c1e224d48dd0a44b6ba7b5901a886ab /meta/recipes-devtools
parent906fd2800bf1442784802c5702d525be07da55e0 (diff)
downloadpoky-5e9a43a6ba880105be4ff89046bef20661085fad.tar.gz
libedit: upgrade 20191231-3.1 -> 20210216-3.1
(From OE-Core rev: 988d65657adba43098e57c39ea165c27ed0f7dfa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/libedit/libedit_20210216-3.1.bb (renamed from meta/recipes-devtools/libedit/libedit_20191231-3.1.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb b/meta/recipes-devtools/libedit/libedit_20210216-3.1.bb
index 8d2d57a930..97aceaf716 100644
--- a/meta/recipes-devtools/libedit/libedit_20191231-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20210216-3.1.bb
@@ -13,8 +13,7 @@ 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] = "2283f741d2aab935c8c52c04b57bf952d02c2c02e651172f8ac811f77b1fc77a"
17SRC_URI[sha256sum] = "dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071"
18 17
19BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
20 19