diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-05-27 09:25:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-28 06:41:03 +0100 |
commit | 7a59b496e9abb83b24e1b1690055b4a460223546 (patch) | |
tree | e5b706b6867c3405bb5a62634cce0a1ae4b1310f /meta/recipes-devtools/libedit | |
parent | f3cb3d3b0f811d3bf475ab434d7f9cb657dd2b12 (diff) | |
download | poky-7a59b496e9abb83b24e1b1690055b4a460223546.tar.gz |
libedit: upgrade 20210419-3.1 -> 20210522-3.1
(From OE-Core rev: 3228a011c97e610ea24eb80343651a90fcd32417)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libedit')
-rw-r--r-- | meta/recipes-devtools/libedit/libedit_20210522-3.1.bb (renamed from meta/recipes-devtools/libedit/libedit_20210419-3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20210419-3.1.bb b/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb index a34b773288..43e6f2244b 100644 --- a/meta/recipes-devtools/libedit/libedit_20210419-3.1.bb +++ b/meta/recipes-devtools/libedit/libedit_20210522-3.1.bb | |||
@@ -13,7 +13,7 @@ inherit autotools | |||
13 | SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ | 13 | SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \ |
14 | file://stdc-predef.patch \ | 14 | file://stdc-predef.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "571ebe44b74860823e24a08cf04086ff104fd7dfa1020abf26c52543134f5602" | 16 | SRC_URI[sha256sum] = "0220bc2047e927c0c1984ef5f7b4eb2a9469a5b7bf12ba573ca3b23ca02bbb6f" |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
19 | 19 | ||