diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-26 10:26:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:25 +0100 |
commit | a401ad4c353eafc45dbd7b808386d195594adf65 (patch) | |
tree | 167488699596b23110e2b40d81b8cb65bb5c1860 /meta/recipes-support/libfm/libfm_0.1.14.bb | |
parent | 4131611c19d3e7d72e9a79aacd614c2734d9ed8e (diff) | |
download | openembedded-core-a401ad4c353eafc45dbd7b808386d195594adf65.tar.gz openembedded-core-a401ad4c353eafc45dbd7b808386d195594adf65.tar.bz2 openembedded-core-a401ad4c353eafc45dbd7b808386d195594adf65.zip |
libfm: Remove the flag of G_DISABLE_DEPRECATED
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>
Diffstat (limited to 'meta/recipes-support/libfm/libfm_0.1.14.bb')
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb index c56ad331c1..5c7e95c024 100644 --- a/meta/recipes-support/libfm/libfm_0.1.14.bb +++ b/meta/recipes-support/libfm/libfm_0.1.14.bb @@ -10,9 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ SECTION = "x11/libs" DEPENDS = "gtk+ menu-cache intltool" -PR = "r2" +PR = "r3" -SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.gz \ + file://use_deprecate_func.patch" SRC_URI[md5sum] = "d55e51dced6bb9ef46665243b079761f" SRC_URI[sha256sum] = "e97bf3f9ed4f33b9f0be73e67d360b89337cccf816361faacd8422722269806b" |