summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-10-25 10:39:23 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 16:03:28 +0100
commit47f803a9cc6a7b43f10775172e6bc89632af322e (patch)
treefcc1346bc68db76eaab2b2ec020a52267c717ea1 /meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch
parentc7ead34c51e77067cb5dd95cf0aa1bc35567a0f3 (diff)
downloadopenembedded-core-47f803a9cc6a7b43f10775172e6bc89632af322e.tar.gz
libfm: upgrade to upstream version 1.1.2.2
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch')
-rw-r--r--meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch b/meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch
deleted file mode 100644
index 5d39d1954d..0000000000
--- a/meta/recipes-support/libfm/libfm-1.1.0/fix-make-parallelism-issue.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Fix make parallelism issue
-
-- remove pkginclude_HEADERS ( LIBFM_INCLUDES and LIBFM_GTK_INCLUDES
-variables are empty)
-- if we don't remove it then we will have a race condition between the code
-that tries to symlink ${includedir}/libfm-1.0 to ${includedir}/libfm and the
-am autogenerated code from the pkginclude_HEADERS definition which
-tries to create pkgincludedir (${includedir}/libfm);
-- if pkgincludedir is created before the symlink the symlink will be created
-in the ${includedir}/libfm dir and it will have libfm-1.0 as name which is
-wrong (we need the ${includedir}/libfm symlink for pcmanfm)
-
-Upstream-Status: Pending
-Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
-
-Index: libfm-1.1.0/src/Makefile.am
-===================================================================
---- libfm-1.1.0.orig/src/Makefile.am
-+++ libfm-1.1.0/src/Makefile.am
-@@ -211,11 +211,6 @@ libfmgtkinclude_HEADERS = \
- gtk/fm-gtk-marshal.h \
- $(NULL)
-
--pkginclude_HEADERS = \
-- $(LIBFM_INCLUDES) \
-- $(LIBFM_GTK_INCLUDES) \
-- $(NULL)
--
- EXTRA_LTLIBRARIES = libfm-gtk.la libfm-gtk3.la
-
- lib_LTLIBRARIES = libfm.la @LIBFM_GTK_LTLIBRARIES@