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:57:03 +0000 |
commit | ac3adfb91cdc1aa63280ffca2095ad814d293873 (patch) | |
tree | a9ee3d1737cbd85e92e795ee684adc7faac0ed87 /meta/recipes-support | |
parent | ffda25aa96b190a783dee777e0913adf23667be3 (diff) | |
download | poky-ac3adfb91cdc1aa63280ffca2095ad814d293873.tar.gz |
libfm: update to 1.2.5
(From OE-Core rev: 4674c0894c268690735b433df40e397c85a073a8)
(From OE-Core rev: 0fc419c9e58ca37cf523496b12ba65171d5abb50)
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')
-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 \ | |||
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] = "74997d75e7e87dc73398746fd373bf52" | 14 | SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807" |
15 | SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" | 15 | SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" |
16 | 16 | ||
17 | S = "${WORKDIR}/libfm-${PV}" | 17 | S = "${WORKDIR}/libfm-${PV}" |
18 | 18 | ||
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 | |||
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "74997d75e7e87dc73398746fd373bf52" | 16 | SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807" |
17 | SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" | 17 | SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a" |
18 | 18 | ||
19 | inherit autotools pkgconfig gtk-doc distro_features_check | 19 | inherit autotools pkgconfig gtk-doc distro_features_check |
20 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 20 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |