summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-01-07 23:29:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-08 09:24:48 +0000
commit6450281c6b785aa7c20e99c010fc7a5e3c5ac79a (patch)
tree41e89f9990953e96c15962ec2ae9a9f26f0f7503 /meta/recipes-support/libfm/libfm-extra_1.2.3.bb
parent41fa9bd7aa53b3afd0aff25a0ca16d8a33c51fc4 (diff)
downloadast2050-yocto-poky-6450281c6b785aa7c20e99c010fc7a5e3c5ac79a.zip
ast2050-yocto-poky-6450281c6b785aa7c20e99c010fc7a5e3c5ac79a.tar.gz
libfm: update to 1.2.3
split out libfm-extra as a seperate recipe to break a circular dependency with newer menu-cache recipe. This obsoletes ignore_automake_warnings.patch. This obsoletes fix-make-parallelism-issue.patch. https://github.com/lxde/libfm/commit/24c8eab43cb5b79ca917d67a2c5924aca34c80c9 The library part of libfm has its license changed by the authors to LGPL: http://git.lxde.org/gitweb/?p=lxde/libfm.git;a=commit;h=e0d250aeb40f26ceead82d4b4c7af3b58ab34930 (From OE-Core rev: 4f12442b752626ad5f9711cbb1344720fdb3f47e) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm-extra_1.2.3.bb')
-rw-r--r--meta/recipes-support/libfm/libfm-extra_1.2.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.3.bb b/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
new file mode 100644
index 0000000..8bdb12c
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Library for file management"
+HOMEPAGE = "http://pcmanfm.sourceforge.net/"
+
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007"
+
+SECTION = "x11/libs"
+DEPENDS = "glib-2.0 intltool-native"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "3ff38200701658f7e80e25ed395d92dd"
+SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9"
+
+S = "${WORKDIR}/libfm-${PV}"
+
+EXTRA_OECONF = "--with-extra-only --with-gtk=no"
+
+inherit autotools-brokensep pkgconfig gtk-doc
+
+do_configure[dirs] =+ "${S}/m4"
OpenPOWER on IntegriCloud