summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2013-10-17 16:58:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-26 15:59:13 +0100
commit823299e5a7a30377d3e5f6b60883c4eedb656965 (patch)
tree8e7e67b1470ef28e99f20138c492eecdbd91b31b /meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch
parentf995febd2ebd43774cb1cc5917f3f3c46a744519 (diff)
downloadpoky-823299e5a7a30377d3e5f6b60883c4eedb656965.tar.gz
clutter: remove usage of FILESPATH
Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in clutter the default paths solves the problem if we put all patches in ${BP} directory instead. (From OE-Core rev: cc41cb61707da1b4ae029de70c922802067166c2) Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch')
-rw-r--r--meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch b/meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch
new file mode 100644
index 0000000000..3c8a832021
--- /dev/null
+++ b/meta/recipes-graphics/mx/mx-1.0-1.4.7+gitAUTOINC+9b1db6b806/fix-build-dir.patch
@@ -0,0 +1,46 @@
1Fix build for S != B
2
3This patch is specific to version 1.4.x
4Upstream-Status: Submitted @ https://github.com/clutter-project/mx/issues/81
5Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
6--
7Index: git/docs/reference/libmx-gtk/Makefile.am
8===================================================================
9--- git.orig/docs/reference/libmx-gtk/Makefile.am 2013-05-08 15:07:02.027154788 +0100
10+++ git/docs/reference/libmx-gtk/Makefile.am 2013-05-08 15:14:33.684318650 +0100
11@@ -1,3 +1,6 @@
12+EXTRA_DIST=
13+CLEANFILES=
14+
15 ## Process this file with automake to produce Makefile.in
16
17 # We require automake 1.6 at least.
18@@ -77,7 +80,7 @@
19 GTKDOC_LIBS=$(MX_LIBS) $(top_builddir)/mx-gtk/libmx-gtk-$(MX_API_VERSION).la
20
21 # This includes the standard gtk-doc make rules, copied by gtkdocize.
22-include $(top_srcdir)/gtk-doc.make
23+include $(top_builddir)/gtk-doc.make
24
25 # Other files to distribute
26 EXTRA_DIST += version.xml.in
27Index: git/docs/reference/libmx/Makefile.am
28===================================================================
29--- git.orig/docs/reference/libmx/Makefile.am 2013-05-08 15:07:02.027154788 +0100
30+++ git/docs/reference/libmx/Makefile.am 2013-05-08 15:14:24.456378135 +0100
31@@ -1,3 +1,6 @@
32+EXTRA_DIST=
33+CLEANFILES=
34+
35 ## Process this file with automake to produce Makefile.in
36
37 # We require automake 1.6 at least.
38@@ -106,7 +109,7 @@
39 GTKDOC_LIBS=$(MX_LIBS) $(top_builddir)/mx/libmx-$(MX_API_VERSION).la
40
41 # This includes the standard gtk-doc make rules, copied by gtkdocize.
42-include $(top_srcdir)/gtk-doc.make
43+include $(top_builddir)/gtk-doc.make
44
45 # Other files to distribute
46 EXTRA_DIST += version.xml.in