summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-support/libfm
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/meta/recipes-support/libfm
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/meta/recipes-support/libfm')
-rw-r--r--external/poky/meta/recipes-support/libfm/libfm-extra_1.3.1.bb (renamed from external/poky/meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb)4
-rw-r--r--external/poky/meta/recipes-support/libfm/libfm_1.3.1.bb (renamed from external/poky/meta/recipes-support/libfm/libfm_1.3.0.2.bb)6
2 files changed, 5 insertions, 5 deletions
diff --git a/external/poky/meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb b/external/poky/meta/recipes-support/libfm/libfm-extra_1.3.1.bb
index 734d010d..85102a1a 100644
--- a/external/poky/meta/recipes-support/libfm/libfm-extra_1.3.0.2.bb
+++ b/external/poky/meta/recipes-support/libfm/libfm-extra_1.3.1.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] = "02a024714d51e0d37afc7bd596a44f3b"
-SRC_URI[sha256sum] = "18d06f7996ce1cf8947df6e106bc0338c6ae0c4138c316f2501f6f6f435c7c72"
+SRC_URI[md5sum] = "c15ecd2c9317e2c385cd3f046d0b61ba"
+SRC_URI[sha256sum] = "96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4"
S = "${WORKDIR}/libfm-${PV}"
diff --git a/external/poky/meta/recipes-support/libfm/libfm_1.3.0.2.bb b/external/poky/meta/recipes-support/libfm/libfm_1.3.1.bb
index 62d6a51e..63ae7874 100644
--- a/external/poky/meta/recipes-support/libfm/libfm_1.3.0.2.bb
+++ b/external/poky/meta/recipes-support/libfm/libfm_1.3.1.bb
@@ -16,10 +16,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \
file://0001-Do-not-add-library-path-to-avoid-host-contamination.patch \
"
-SRC_URI[md5sum] = "02a024714d51e0d37afc7bd596a44f3b"
-SRC_URI[sha256sum] = "18d06f7996ce1cf8947df6e106bc0338c6ae0c4138c316f2501f6f6f435c7c72"
+SRC_URI[md5sum] = "c15ecd2c9317e2c385cd3f046d0b61ba"
+SRC_URI[sha256sum] = "96b1244bde41ca0eef0332cfb5c67bb16725dfd102128f3e6f74fadc13a1cfe4"
-inherit autotools pkgconfig gtk-doc gettext distro_features_check
+inherit autotools pkgconfig gtk-doc gettext features_check mime mime-xdg
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
EXTRA_OECONF = "--with-gtk=3"