diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-21 17:44:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:06 +0000 |
commit | 57537657d00f327ae6b45aec17728d08cabe87c9 (patch) | |
tree | 8aa531beac131b8ef36aa55302767498af92482e | |
parent | 1242c7eae70f8d745e50b7414d32c0e0f599d6a8 (diff) | |
download | poky-57537657d00f327ae6b45aec17728d08cabe87c9.tar.gz |
guile: 2.0.13 -> 2.0.14
(From OE-Core rev: 335265b60c9c908bed323ffd8d280857001620a3)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.14.bb (renamed from meta/recipes-devtools/guile/guile_2.0.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.13.bb b/meta/recipes-devtools/guile/guile_2.0.14.bb index c29e752859..e0350e4aa4 100644 --- a/meta/recipes-devtools/guile/guile_2.0.13.bb +++ b/meta/recipes-devtools/guile/guile_2.0.14.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ | |||
24 | file://libguile-Makefile.am-hook.patch \ | 24 | file://libguile-Makefile.am-hook.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[md5sum] = "d50bbb19672b72aa1e1c96e8f024bf00" | 27 | SRC_URI[md5sum] = "c64977c775effd19393364b3018fd8cd" |
28 | SRC_URI[sha256sum] = "3744f2addc282a0de627aaef048f062982b44564d54ac31ff5217972529ed88b" | 28 | SRC_URI[sha256sum] = "e8442566256e1be14e51fc18839cd799b966bc5b16c6a1d7a7c35155a8619d82" |
29 | 29 | ||
30 | inherit autotools gettext pkgconfig texinfo | 30 | inherit autotools gettext pkgconfig texinfo |
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |