summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/directfb/directfb/fixsepbuild.patch
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-12-02 14:49:00 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-02 19:08:39 -0200
commit88344f10aa6ad8cfbe2a0a175d2986176c72984a (patch)
treeb88e853fe0c38fb93adaf63722433fe19fa7fd66 /recipes-graphics/directfb/directfb/fixsepbuild.patch
parenta2ac9a21ba8d3e24f27da471bdc7534b1fe5f5bf (diff)
downloadmeta-fsl-arm-88344f10aa6ad8cfbe2a0a175d2986176c72984a.tar.gz
directfb: Backport to 1.7.1
Directfb 1.7.4 is not compatible with 3.10.31-1.1.0 beta. Preferred version to use for 3.10.31-1.1.0 beta is 1.7.1. Components that are dependent on directfb 1.7.1 fails to build without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/directfb/directfb/fixsepbuild.patch')
-rw-r--r--recipes-graphics/directfb/directfb/fixsepbuild.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/directfb/fixsepbuild.patch b/recipes-graphics/directfb/directfb/fixsepbuild.patch
new file mode 100644
index 0000000..94a9ba5
--- /dev/null
+++ b/recipes-graphics/directfb/directfb/fixsepbuild.patch
@@ -0,0 +1,19 @@
1Fix out of tree builds
2
3Upstream-Status: Pending
4
5RP 2013/03/21
6
7Index: DirectFB-1.6.1/configure.in
8===================================================================
9--- DirectFB-1.6.1.orig/configure.in 2013-03-19 01:38:28.174004720 +0000
10+++ DirectFB-1.6.1/configure.in 2013-03-21 12:18:10.253113675 +0000
11@@ -111,7 +111,7 @@
12 AC_PATH_TOOL(FLUXCOMP, fluxcomp)
13 AC_SUBST(FLUXCOMP)
14 if test -z "$FLUXCOMP"; then
15- if ! test -e src/core/CoreDFB.cpp; then
16+ if ! test -e $srcdir/src/core/CoreDFB.cpp; then
17 AC_MSG_ERROR([
18 *** DirectFB compilation requires fluxcomp ***
19