diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-10-09 16:17:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 12:53:32 +0100 |
commit | 971f593cd2454449f0997c948396107ebf85da41 (patch) | |
tree | 73788798c5f992e50771718b40351f05a08f8a9d /meta/recipes-support/libfm/libfm_0.1.16.bb | |
parent | e08e44da5be348a1ec065ed29a07dbc31ae1035d (diff) | |
download | openembedded-core-971f593cd2454449f0997c948396107ebf85da41.tar.gz openembedded-core-971f593cd2454449f0997c948396107ebf85da41.tar.bz2 openembedded-core-971f593cd2454449f0997c948396107ebf85da41.zip |
libfm: Upgrade to 0.1.16
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update
configure.ac
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_0.1.16.bb')
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.16.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libfm/libfm_0.1.16.bb b/meta/recipes-support/libfm/libfm_0.1.16.bb new file mode 100644 index 0000000000..293937f5e5 --- /dev/null +++ b/meta/recipes-support/libfm/libfm_0.1.16.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Library for file management" +HOMEPAGE = "http://pcmanfm.sourceforge.net/" +BUGTRACKER = "" + +LICENSE = "GPLv2 & GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ + file://src/fm.h;endline=22;md5=e64555171770a551e3b51cc06fc62f1a \ + file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" + +SECTION = "x11/libs" +DEPENDS = "gtk+ menu-cache intltool-native" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ + file://configure_fix.patch" + +SRC_URI[md5sum] = "c09bce415ff6dc2dd835e28aeddeabe3" +SRC_URI[sha256sum] = "ed49365319b941757c155b3790a2adf73f5072227c578d9bcba7329c6f9fcd3b" + +inherit autotools pkgconfig |