summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/files
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-11-15 12:58:37 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:32:44 +0000
commitbff4b2f341cab3f9a5e07286f621be7273462d55 (patch)
treec00936daa6dc0447803df7b5bfea874b8b9b8dba /meta/recipes-graphics/directfb/files
parentbe24bd3ca24c0916b12a1c15b981b498035e462d (diff)
downloadpoky-bff4b2f341cab3f9a5e07286f621be7273462d55.tar.gz
directfb: update to 1.4.15
The newest version for directfb is 1.5.3 but it's instruction set base on armv6. The current qemuarm don't have some instructions for armv6 because some codes of \ the new version of directfb more than 1.5 are realized with assemble language,for example the lock. \ I update this recipe to 1.4.15 for directfb running more platform. (From OE-Core rev: 33f2a741f19358bc8791ab3bf42a8f81f528c327) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/files')
-rw-r--r--meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch36
1 files changed, 17 insertions, 19 deletions
diff --git a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
index 274ad501c0..ee60718f1c 100644
--- a/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
+++ b/meta/recipes-graphics/directfb/files/directfb-1.2.x-fix-pkgconfig-cflags.patch
@@ -1,9 +1,11 @@
1directfb: Get this patch from Openembedded
2
1Upstream-Status: Inappropriate [configuration] 3Upstream-Status: Inappropriate [configuration]
4Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2 5
3Index: DirectFB-1.4.11/directfb-internal.pc.in 6diff -Nur DirectFB-1.4.15/directfb-internal.pc.in DirectFB-1.4.15.new//directfb-internal.pc.in
4=================================================================== 7--- DirectFB-1.4.15/directfb-internal.pc.in 2011-09-29 17:51:21.000000000 +0800
5--- DirectFB-1.4.11.orig/directfb-internal.pc.in 2010-10-08 05:43:46.000000000 -0700 8+++ DirectFB-1.4.15.new//directfb-internal.pc.in 2011-11-03 15:14:37.000000000 +0800
6+++ DirectFB-1.4.11/directfb-internal.pc.in 2011-04-06 13:48:23.120923997 -0700
7@@ -2,10 +2,10 @@ 9@@ -2,10 +2,10 @@
8 exec_prefix=@exec_prefix@ 10 exec_prefix=@exec_prefix@
9 moduledir=@MODULEDIR@ 11 moduledir=@MODULEDIR@
@@ -17,31 +19,27 @@ Index: DirectFB-1.4.11/directfb-internal.pc.in
17 Requires: directfb = @VERSION@ 19 Requires: directfb = @VERSION@
18-Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@ 20-Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
19+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir} 21+Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
20Index: DirectFB-1.4.11/directfb.pc.in 22diff -Nur DirectFB-1.4.15/directfb.pc.in DirectFB-1.4.15.new//directfb.pc.in
21=================================================================== 23--- DirectFB-1.4.15/directfb.pc.in 2011-09-29 17:51:21.000000000 +0800
22--- DirectFB-1.4.11.orig/directfb.pc.in 2010-11-15 13:13:59.000000000 -0800 24+++ DirectFB-1.4.15.new//directfb.pc.in 2011-11-03 15:15:55.000000000 +0800
23+++ DirectFB-1.4.11/directfb.pc.in 2011-04-06 14:09:33.528923998 -0700 25@@ -9,4 +9,4 @@
24@@ -9,4 +9,5 @@
25 Requires: @DEP_VOODOO@ fusion direct 26 Requires: @DEP_VOODOO@ fusion direct
26 Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@ 27 Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
27 Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@ 28 Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@
28-Cflags: @THREADFLAGS@ -I@INCLUDEDIR@ 29-Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
29+Cflags: @THREADFLAGS@ -I${includedir}/directfb 30+Cflags: @THREADFLAGS@ -I${includedir}/directfb
30+ 31diff -Nur DirectFB-1.4.15/lib/fusion/fusion.pc.in DirectFB-1.4.15.new//lib/fusion/fusion.pc.in
31Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in 32--- DirectFB-1.4.15/lib/fusion/fusion.pc.in 2011-09-29 17:51:21.000000000 +0800
32=================================================================== 33+++ DirectFB-1.4.15.new//lib/fusion/fusion.pc.in 2011-11-03 15:16:46.000000000 +0800
33--- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in 2010-10-08 05:43:46.000000000 -0700
34+++ DirectFB-1.4.11/lib/fusion/fusion.pc.in 2011-04-06 13:48:23.120923997 -0700
35@@ -8,4 +8,4 @@ 34@@ -8,4 +8,4 @@
36 Version: @VERSION@ 35 Version: @VERSION@
37 Requires: direct 36 Requires: direct
38 Libs: -L${libdir} -lfusion 37 Libs: -L${libdir} -lfusion
39-Cflags: -I@INCLUDEDIR@ 38-Cflags: -I@INCLUDEDIR@
40+Cflags: -I${includedir}/directfb -I${includedir} 39+Cflags: -I${includedir}/directfb -I${includedir}
41Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in 40diff -Nur DirectFB-1.4.15/lib/voodoo/voodoo.pc.in DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in
42=================================================================== 41--- DirectFB-1.4.15/lib/voodoo/voodoo.pc.in 2011-09-29 17:51:21.000000000 +0800
43--- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in 2010-10-08 05:43:46.000000000 -0700 42+++ DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in 2011-11-03 15:17:34.000000000 +0800
44+++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in 2011-04-06 13:48:23.120923997 -0700
45@@ -8,4 +8,4 @@ 43@@ -8,4 +8,4 @@
46 Version: @VERSION@ 44 Version: @VERSION@
47 Requires: direct 45 Requires: direct