diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-17 17:26:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-18 16:24:39 +0000 |
commit | 972c56750f7c497a6431e4faaf9626575e82d63a (patch) | |
tree | d96b29c4fa3f5f664df234a4d5daeb10f091e520 | |
parent | ab7d33b295923f85889a3fc93ee2e1e9526f770b (diff) | |
download | poky-972c56750f7c497a6431e4faaf9626575e82d63a.tar.gz |
libfm-extra: upgrade 1.3.0.2 -> 1.3.1
(From OE-Core rev: 0041864d8da0f177ed7362ffa3371f4182c613b2)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libfm/libfm-extra_1.3.1.bb (renamed from meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb b/meta/recipes-support/libfm/libfm-extra_1.3.1.bb index 734d010d31..85102a1a3d 100644 --- a/meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb +++ b/meta/recipes-support/libfm/libfm-extra_1.3.1.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \ | |||
11 | file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ | 11 | file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "02a024714d51e0d37afc7bd596a44f3b" | 14 | SRC_URI[md5sum] = "c15ecd2c9317e2c385cd3f046d0b61ba" |
15 | SRC_URI[sha256sum] = "18d06f7996ce1cf8947df6e106bc0338c6ae0c4138c316f2501f6f6f435c7c72" | 15 | SRC_URI[sha256sum] = "96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4" |
16 | 16 | ||
17 | S = "${WORKDIR}/libfm-${PV}" | 17 | S = "${WORKDIR}/libfm-${PV}" |
18 | 18 | ||