summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm-extra_1.2.5.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-05-04 15:32:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-08 16:14:14 +0100
commit9fec5109ae1b27ba647f50e5c8af979ba425a023 (patch)
treee4313de3e92a43bfc3cb9bb5c3666abd446b3c6f /meta/recipes-support/libfm/libfm-extra_1.2.5.bb
parent04bbd38668a0ffee2d830048285d291928fad6b2 (diff)
downloadpoky-9fec5109ae1b27ba647f50e5c8af979ba425a023.tar.gz
libfm: update to 1.3.0.2
(From OE-Core rev: 3f2961e7d2311c106d92a999bfe8b6af01c0f9bb) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm-extra_1.2.5.bb')
-rw-r--r--meta/recipes-support/libfm/libfm-extra_1.2.5.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.5.bb b/meta/recipes-support/libfm/libfm-extra_1.2.5.bb
deleted file mode 100644
index c0fd83ef34..0000000000
--- a/meta/recipes-support/libfm/libfm-extra_1.2.5.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Library for file management"
2HOMEPAGE = "http://pcmanfm.sourceforge.net/"
3
4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007"
6
7SECTION = "x11/libs"
8DEPENDS = "glib-2.0-native glib-2.0 intltool-native"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \
11 file://0001-nls.m4-Take-it-from-gettext-0.15.patch \
12 "
13
14SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807"
15SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a"
16
17S = "${WORKDIR}/libfm-${PV}"
18
19EXTRA_OECONF = "--with-extra-only --with-gtk=no"
20
21inherit autotools pkgconfig gtk-doc gettext
22
23do_configure[dirs] =+ "${S}/m4"