summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm_1.1.0.bb
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-12-28 13:24:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 11:09:39 +0000
commitf6f5382afabfd789d0bad9be16a52c59959f238a (patch)
tree4dfd19eb2743a4e2ce06716710c5be72d1e585d8 /meta/recipes-support/libfm/libfm_1.1.0.bb
parentf6da046ac861379cbb7ab41f327c7ba5966af6c6 (diff)
downloadpoky-f6f5382afabfd789d0bad9be16a52c59959f238a.tar.gz
libfm: upgrade to 1.1.0
libfm_fix_for_automake-1.12.patch: removed - problem not reprodicible anymore configure_fix.patch: removed - not used fix-make-parallelism-issue.patch: added - assures that the ${includedir}/libfm symlink is created (From OE-Core rev: 013d96a601bfb9cc8a2ad51f456e0201666d7bc3) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_1.1.0.bb')
-rw-r--r--meta/recipes-support/libfm/libfm_1.1.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.1.0.bb b/meta/recipes-support/libfm/libfm_1.1.0.bb
new file mode 100644
index 0000000000..87f22548cf
--- /dev/null
+++ b/meta/recipes-support/libfm/libfm_1.1.0.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Library for file management"
2HOMEPAGE = "http://pcmanfm.sourceforge.net/"
3BUGTRACKER = ""
4
5LICENSE = "GPLv2 & GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://src/fm.h;endline=22;md5=e64555171770a551e3b51cc06fc62f1a \
8 file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17"
9
10SECTION = "x11/libs"
11DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native"
12
13PR = "r0"
14
15SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \
16 file://fix-make-parallelism-issue.patch \
17 "
18
19SRC_URI[md5sum] = "a5bc8b8291cf810c659bfb3af378b5de"
20SRC_URI[sha256sum] = "b9426e588670b53570b808c49abd1d103863614dd3622559b8c3ef1392fe0b3d"
21
22inherit autotools pkgconfig
23
24PACKAGES += "${PN}-mime"
25FILES_${PN}-mime = "${datadir}/mime/"