diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-04-04 13:56:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | 91b44d79321684ec7b53229e242a294e5a05f807 (patch) | |
tree | 9af64ccc4fb43ed0d8f5dc38c0434f27551663af /meta-oe/recipes-devtools | |
parent | f0d84e5f825c9aa0c2cccdf72a43bf088b810e33 (diff) | |
download | meta-openembedded-91b44d79321684ec7b53229e242a294e5a05f807.tar.gz |
libedit: upgrade 20181209-3.1 -> 20190324-3.1
-Upgrade from libedit_20181209-3.1.bb to libedit_20190324-3.1.bb.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb (renamed from meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb index c0a3d2136..9d333e7aa 100644 --- a/meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb +++ b/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb | |||
@@ -15,8 +15,8 @@ FETCHCMD_wget += "-U bitbake" | |||
15 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ | 15 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ |
16 | file://stdc-predef.patch \ | 16 | file://stdc-predef.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "22e945a0476e388e6f78bfc8d6e1192c" | 18 | SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8" |
19 | SRC_URI[sha256sum] = "2811d70c0b000f2ca91b7cb1a37203134441743c4fcc9c37b0b687f328611064" | 19 | SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae" |
20 | 20 | ||
21 | S = "${WORKDIR}/${BPN}-${PV}" | 21 | S = "${WORKDIR}/${BPN}-${PV}" |
22 | 22 | ||