diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-12-15 14:47:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:56:42 +0000 |
commit | 0fc419c9e58ca37cf523496b12ba65171d5abb50 (patch) | |
tree | 8760b298cfe8397b403e7c8d98f3a7224c54eee0 /meta/recipes-support/libfm | |
parent | 91644687db25cc795682ab0d85fcf6aaa5f2afe8 (diff) | |
download | openembedded-core-0fc419c9e58ca37cf523496b12ba65171d5abb50.tar.gz openembedded-core-0fc419c9e58ca37cf523496b12ba65171d5abb50.tar.bz2 openembedded-core-0fc419c9e58ca37cf523496b12ba65171d5abb50.zip |
libfm: update to 1.2.5
(From OE-Core rev: 4674c0894c268690735b433df40e397c85a073a8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm')
-rw-r--r-- | meta/recipes-support/libfm/libfm-extra_1.2.5.bb (renamed from meta/recipes-support/libfm/libfm-extra_1.2.4.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.2.5.bb (renamed from meta/recipes-support/libfm/libfm_1.2.4.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.4.bb b/meta/recipes-support/libfm/libfm-extra_1.2.5.bb index f204968039..0134572f1f 100644 --- a/meta/recipes-support/libfm/libfm-extra_1.2.4.bb +++ b/meta/recipes-support/libfm/libfm-extra_1.2.5.bb @@ -11,8 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \ file://0001-nls.m4-Take-it-from-gettext-0.15.patch \ " -SRC_URI[md5sum] = "74997d75e7e87dc73398746fd373bf52" -SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" +SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807" +SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" S = "${WORKDIR}/libfm-${PV}" diff --git a/meta/recipes-support/libfm/libfm_1.2.4.bb b/meta/recipes-support/libfm/libfm_1.2.5.bb index 2218f9cb7a..638c364c87 100644 --- a/meta/recipes-support/libfm/libfm_1.2.4.bb +++ b/meta/recipes-support/libfm/libfm_1.2.5.bb @@ -13,8 +13,8 @@ DEPENDS = "glib-2.0 pango gtk+3 menu-cache intltool-native libexif libfm-extra g SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" -SRC_URI[md5sum] = "74997d75e7e87dc73398746fd373bf52" -SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" +SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807" +SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" inherit autotools pkgconfig gtk-doc distro_features_check ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |