aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm
AgeCommit message (Collapse)Author
2013-02-01libfm: add dependency on libexifMartin Jansa
* it's autodetected from sysroot (From OE-Core rev: 945953ed40dafb88d0b559f056fc49f63a84d6de) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-04libfm: upgrade to 1.1.0Constantin Musca
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 Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-17libfm: fix build with automake 1.12.xNitin A Kamble
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoids this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/libfm-0.1.17-r4/image/usr/lib/gio/modules/': No such file or directory NOTE: package libfm-0.1.17-r4: task do_install: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-25libfm: fix build with automake 1.12Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-02-24libfm: Fix packaging and dependency issuesRichard Purdie
Add missing pango and glib-2.0 dependencies. Fix QA warnings: WARNING: For recipe libfm, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gio WARNING: /usr/lib/gio/modules WARNING: /usr/share/mime WARNING: /usr/share/mime/packages WARNING: /usr/share/mime/packages/libfm.xml Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj
Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-12-02libfm: Upgrade to 0.1.17Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-14libfm: Upgrade to 0.1.16Zhai Edwin
Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update configure.ac Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-08-04libfm: depend on intltool-native instead of intltoolMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-17Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-04-28libfm: Remove the flag of G_DISABLE_DEPRECATEDDongxiao Xu
Latest glib-2.0 changes some macros and function definitions to be deprecated. However libfm still uses them. Therefore the flag G_DISABLE_DEPRECATED should be removed in libfm's Makefile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-02-01libfm: remove add_missing.patch as part of glib-2.0 downgradeSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-22libfm: rename patch directory for package updateSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-22libfm: Update to 0.1.14Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-18libfm: add missing definitions and declarationsDongxiao Xu
Some macro definitions are missing in the new glib headers, which are needed by libfm. Add these to fix the libfm build issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>