Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [PATCH 1/1] diretfb: update to 1.4.15
  2011-11-11 10:56 ` [PATCH 1/1] diretfb: update to 1.4.15 Xiaofeng Yan
@ 2011-11-11 10:53   ` Martin Jansa
  2011-11-11 13:32   ` Martin Jansa
  1 sibling, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2011-11-11 10:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 6044 bytes --]

On Fri, Nov 11, 2011 at 06:56:20PM +0800, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

cover letter says 1.4.5 instead of 1.4.15
and this says diretfb instead of directfb

Cheers,

> 
> The newest version for directfb is 1.5.3 but it's instruction set base on armv6.
> 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.
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
>  .../{directfb_1.4.12.bb => directfb_1.4.15.bb}     |    9 ++++-
>  .../directfb-1.2.x-fix-pkgconfig-cflags.patch      |   36 +++++++++----------
>  2 files changed, 24 insertions(+), 21 deletions(-)
>  rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)
> 
> diff --git a/meta/recipes-graphics/directfb/directfb_1.4.12.bb b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
> similarity index 63%
> rename from meta/recipes-graphics/directfb/directfb_1.4.12.bb
> rename to meta/recipes-graphics/directfb/directfb_1.4.15.bb
> index 4e8203b..71c0876 100644
> --- a/meta/recipes-graphics/directfb/directfb_1.4.12.bb
> +++ b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
> @@ -1,10 +1,15 @@
>  require directfb.inc
>  
> -RV = "1.4-5"
> +RV = "1.4-6"
>  PR = "r0"
>  
>  DEPENDS += "sysfsutils"
>  
> +SRC_URI = " \
> +    http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
> +    file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
> +    "
> +
>  EXTRA_OECONF = "\
>    --enable-freetype=yes \
>    --enable-zlib \
> @@ -14,7 +19,7 @@ EXTRA_OECONF = "\
>    --disable-x11 \
>  "
>  
> -LEAD_SONAME = "libdirectfb-1.4.so.5"
> +LEAD_SONAME = "libdirectfb-1.4.so.6"
>  
>  SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
>  SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
> 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 274ad50..ee60718 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 @@
> +directfb: Get this patch from Openembedded
> +
>  Upstream-Status: Inappropriate [configuration]
> +Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
>  
> -Index: DirectFB-1.4.11/directfb-internal.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/directfb-internal.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/directfb-internal.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/directfb-internal.pc.in DirectFB-1.4.15.new//directfb-internal.pc.in
> +--- DirectFB-1.4.15/directfb-internal.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//directfb-internal.pc.in	2011-11-03 15:14:37.000000000 +0800
>  @@ -2,10 +2,10 @@
>   exec_prefix=@exec_prefix@
>   moduledir=@MODULEDIR@
> @@ -17,31 +19,27 @@ Index: DirectFB-1.4.11/directfb-internal.pc.in
>   Requires: directfb = @VERSION@
>  -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
>  +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
> -Index: DirectFB-1.4.11/directfb.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/directfb.pc.in	2010-11-15 13:13:59.000000000 -0800
> -+++ DirectFB-1.4.11/directfb.pc.in	2011-04-06 14:09:33.528923998 -0700
> -@@ -9,4 +9,5 @@
> +diff -Nur DirectFB-1.4.15/directfb.pc.in DirectFB-1.4.15.new//directfb.pc.in
> +--- DirectFB-1.4.15/directfb.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//directfb.pc.in	2011-11-03 15:15:55.000000000 +0800
> +@@ -9,4 +9,4 @@
>   Requires: @DEP_VOODOO@ fusion direct
>   Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
> - Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@
> + Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@
>  -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
>  +Cflags: @THREADFLAGS@ -I${includedir}/directfb
> -+
> -Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/lib/fusion/fusion.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/lib/fusion/fusion.pc.in DirectFB-1.4.15.new//lib/fusion/fusion.pc.in
> +--- DirectFB-1.4.15/lib/fusion/fusion.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//lib/fusion/fusion.pc.in	2011-11-03 15:16:46.000000000 +0800
>  @@ -8,4 +8,4 @@
>   Version: @VERSION@
>   Requires: direct
>   Libs: -L${libdir} -lfusion
>  -Cflags: -I@INCLUDEDIR@
>  +Cflags: -I${includedir}/directfb -I${includedir}
> -Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/lib/voodoo/voodoo.pc.in DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in
> +--- DirectFB-1.4.15/lib/voodoo/voodoo.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in	2011-11-03 15:17:34.000000000 +0800
>  @@ -8,4 +8,4 @@
>   Version: @VERSION@
>   Requires: direct
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/1] directfb: update to 1.4.5
@ 2011-11-11 10:56 Xiaofeng Yan
  2011-11-11 10:56 ` [PATCH 1/1] diretfb: update to 1.4.15 Xiaofeng Yan
  2013-10-29 19:34 ` [PATCH 0/1] directfb: " Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-11-11 10:56 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

I update it to 1.4.15 because directfb at 1.5 or higher need instruction set of armv6.
Some codes are realized with assemble language for new directfb but the current qemuarm base on armv5.
Some error will appear like "No xxx instruction ..." when compiling directfb at 1.5.3 for qemuarm.
For directfb running on more platform I update it to 1.4.15. 
I will seek some patches to use instrcutions of armv5 instead of armv6 for new directfb on platform qemuarm.
It could take some time for me. Please share your experience with me if you know. I will appreciate you very much.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/directfb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/directfb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  diretfb: update to 1.4.15

 .../{directfb_1.4.12.bb => directfb_1.4.15.bb}     |    9 ++++-
 .../directfb-1.2.x-fix-pkgconfig-cflags.patch      |   36 +++++++++----------
 2 files changed, 24 insertions(+), 21 deletions(-)
 rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] diretfb: update to 1.4.15
  2011-11-11 10:56 [PATCH 0/1] directfb: update to 1.4.5 Xiaofeng Yan
@ 2011-11-11 10:56 ` Xiaofeng Yan
  2011-11-11 10:53   ` Martin Jansa
  2011-11-11 13:32   ` Martin Jansa
  2013-10-29 19:34 ` [PATCH 0/1] directfb: " Saul Wold
  1 sibling, 2 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-11-11 10:56 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

The newest version for directfb is 1.5.3 but it's instruction set base on armv6.
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.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 .../{directfb_1.4.12.bb => directfb_1.4.15.bb}     |    9 ++++-
 .../directfb-1.2.x-fix-pkgconfig-cflags.patch      |   36 +++++++++----------
 2 files changed, 24 insertions(+), 21 deletions(-)
 rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)

diff --git a/meta/recipes-graphics/directfb/directfb_1.4.12.bb b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
similarity index 63%
rename from meta/recipes-graphics/directfb/directfb_1.4.12.bb
rename to meta/recipes-graphics/directfb/directfb_1.4.15.bb
index 4e8203b..71c0876 100644
--- a/meta/recipes-graphics/directfb/directfb_1.4.12.bb
+++ b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
@@ -1,10 +1,15 @@
 require directfb.inc
 
-RV = "1.4-5"
+RV = "1.4-6"
 PR = "r0"
 
 DEPENDS += "sysfsutils"
 
+SRC_URI = " \
+    http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
+    file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
+    "
+
 EXTRA_OECONF = "\
   --enable-freetype=yes \
   --enable-zlib \
@@ -14,7 +19,7 @@ EXTRA_OECONF = "\
   --disable-x11 \
 "
 
-LEAD_SONAME = "libdirectfb-1.4.so.5"
+LEAD_SONAME = "libdirectfb-1.4.so.6"
 
 SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
 SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
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 274ad50..ee60718 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 @@
+directfb: Get this patch from Openembedded
+
 Upstream-Status: Inappropriate [configuration]
+Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
 
-Index: DirectFB-1.4.11/directfb-internal.pc.in
-===================================================================
---- DirectFB-1.4.11.orig/directfb-internal.pc.in	2010-10-08 05:43:46.000000000 -0700
-+++ DirectFB-1.4.11/directfb-internal.pc.in	2011-04-06 13:48:23.120923997 -0700
+diff -Nur DirectFB-1.4.15/directfb-internal.pc.in DirectFB-1.4.15.new//directfb-internal.pc.in
+--- DirectFB-1.4.15/directfb-internal.pc.in	2011-09-29 17:51:21.000000000 +0800
++++ DirectFB-1.4.15.new//directfb-internal.pc.in	2011-11-03 15:14:37.000000000 +0800
 @@ -2,10 +2,10 @@
  exec_prefix=@exec_prefix@
  moduledir=@MODULEDIR@
@@ -17,31 +19,27 @@ Index: DirectFB-1.4.11/directfb-internal.pc.in
  Requires: directfb = @VERSION@
 -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
 +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.4.11/directfb.pc.in
-===================================================================
---- DirectFB-1.4.11.orig/directfb.pc.in	2010-11-15 13:13:59.000000000 -0800
-+++ DirectFB-1.4.11/directfb.pc.in	2011-04-06 14:09:33.528923998 -0700
-@@ -9,4 +9,5 @@
+diff -Nur DirectFB-1.4.15/directfb.pc.in DirectFB-1.4.15.new//directfb.pc.in
+--- DirectFB-1.4.15/directfb.pc.in	2011-09-29 17:51:21.000000000 +0800
++++ DirectFB-1.4.15.new//directfb.pc.in	2011-11-03 15:15:55.000000000 +0800
+@@ -9,4 +9,4 @@
  Requires: @DEP_VOODOO@ fusion direct
  Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
- Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@
+ Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@
 -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
 +Cflags: @THREADFLAGS@ -I${includedir}/directfb
-+
-Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in
-===================================================================
---- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in	2010-10-08 05:43:46.000000000 -0700
-+++ DirectFB-1.4.11/lib/fusion/fusion.pc.in	2011-04-06 13:48:23.120923997 -0700
+diff -Nur DirectFB-1.4.15/lib/fusion/fusion.pc.in DirectFB-1.4.15.new//lib/fusion/fusion.pc.in
+--- DirectFB-1.4.15/lib/fusion/fusion.pc.in	2011-09-29 17:51:21.000000000 +0800
++++ DirectFB-1.4.15.new//lib/fusion/fusion.pc.in	2011-11-03 15:16:46.000000000 +0800
 @@ -8,4 +8,4 @@
  Version: @VERSION@
  Requires: direct
  Libs: -L${libdir} -lfusion
 -Cflags: -I@INCLUDEDIR@
 +Cflags: -I${includedir}/directfb -I${includedir}
-Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in
-===================================================================
---- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in	2010-10-08 05:43:46.000000000 -0700
-+++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in	2011-04-06 13:48:23.120923997 -0700
+diff -Nur DirectFB-1.4.15/lib/voodoo/voodoo.pc.in DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in
+--- DirectFB-1.4.15/lib/voodoo/voodoo.pc.in	2011-09-29 17:51:21.000000000 +0800
++++ DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in	2011-11-03 15:17:34.000000000 +0800
 @@ -8,4 +8,4 @@
  Version: @VERSION@
  Requires: direct
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] diretfb: update to 1.4.15
  2011-11-11 10:56 ` [PATCH 1/1] diretfb: update to 1.4.15 Xiaofeng Yan
  2011-11-11 10:53   ` Martin Jansa
@ 2011-11-11 13:32   ` Martin Jansa
  1 sibling, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2011-11-11 13:32 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 6070 bytes --]

On Fri, Nov 11, 2011 at 07:14:21PM +0800, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Now finish reading of 2nd line :)

cover letter says 1.4.5 instead of 1.4.15
and this says diretfb instead of directfb

> 
> The newest version for directfb is 1.5.3 but it's instruction set base on armv6.
> 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.
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
>  .../{directfb_1.4.12.bb => directfb_1.4.15.bb}     |    9 ++++-
>  .../directfb-1.2.x-fix-pkgconfig-cflags.patch      |   36 +++++++++----------
>  2 files changed, 24 insertions(+), 21 deletions(-)
>  rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb => directfb_1.4.15.bb} (63%)
> 
> diff --git a/meta/recipes-graphics/directfb/directfb_1.4.12.bb b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
> similarity index 63%
> rename from meta/recipes-graphics/directfb/directfb_1.4.12.bb
> rename to meta/recipes-graphics/directfb/directfb_1.4.15.bb
> index 4e8203b..71c0876 100644
> --- a/meta/recipes-graphics/directfb/directfb_1.4.12.bb
> +++ b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
> @@ -1,10 +1,15 @@
>  require directfb.inc
>  
> -RV = "1.4-5"
> +RV = "1.4-6"
>  PR = "r0"
>  
>  DEPENDS += "sysfsutils"
>  
> +SRC_URI = " \
> +    http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
> +    file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
> +    "
> +
>  EXTRA_OECONF = "\
>    --enable-freetype=yes \
>    --enable-zlib \
> @@ -14,7 +19,7 @@ EXTRA_OECONF = "\
>    --disable-x11 \
>  "
>  
> -LEAD_SONAME = "libdirectfb-1.4.so.5"
> +LEAD_SONAME = "libdirectfb-1.4.so.6"
>  
>  SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
>  SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
> 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 274ad50..ee60718 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 @@
> +directfb: Get this patch from Openembedded
> +
>  Upstream-Status: Inappropriate [configuration]
> +Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
>  
> -Index: DirectFB-1.4.11/directfb-internal.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/directfb-internal.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/directfb-internal.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/directfb-internal.pc.in DirectFB-1.4.15.new//directfb-internal.pc.in
> +--- DirectFB-1.4.15/directfb-internal.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//directfb-internal.pc.in	2011-11-03 15:14:37.000000000 +0800
>  @@ -2,10 +2,10 @@
>   exec_prefix=@exec_prefix@
>   moduledir=@MODULEDIR@
> @@ -17,31 +19,27 @@ Index: DirectFB-1.4.11/directfb-internal.pc.in
>   Requires: directfb = @VERSION@
>  -Cflags: @DFB_INTERNAL_CFLAGS@ -I@INTERNALINCLUDEDIR@
>  +Cflags: @DFB_INTERNAL_CFLAGS@ -I${includedir}/directfb -I${includedir}
> -Index: DirectFB-1.4.11/directfb.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/directfb.pc.in	2010-11-15 13:13:59.000000000 -0800
> -+++ DirectFB-1.4.11/directfb.pc.in	2011-04-06 14:09:33.528923998 -0700
> -@@ -9,4 +9,5 @@
> +diff -Nur DirectFB-1.4.15/directfb.pc.in DirectFB-1.4.15.new//directfb.pc.in
> +--- DirectFB-1.4.15/directfb.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//directfb.pc.in	2011-11-03 15:15:55.000000000 +0800
> +@@ -9,4 +9,4 @@
>   Requires: @DEP_VOODOO@ fusion direct
>   Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
> - Libs.private: -L${libdir} @MEDIALIB@ @DYNLIB@ @ZLIB_LIBS@
> + Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@
>  -Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
>  +Cflags: @THREADFLAGS@ -I${includedir}/directfb
> -+
> -Index: DirectFB-1.4.11/lib/fusion/fusion.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/lib/fusion/fusion.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/lib/fusion/fusion.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/lib/fusion/fusion.pc.in DirectFB-1.4.15.new//lib/fusion/fusion.pc.in
> +--- DirectFB-1.4.15/lib/fusion/fusion.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//lib/fusion/fusion.pc.in	2011-11-03 15:16:46.000000000 +0800
>  @@ -8,4 +8,4 @@
>   Version: @VERSION@
>   Requires: direct
>   Libs: -L${libdir} -lfusion
>  -Cflags: -I@INCLUDEDIR@
>  +Cflags: -I${includedir}/directfb -I${includedir}
> -Index: DirectFB-1.4.11/lib/voodoo/voodoo.pc.in
> -===================================================================
> ---- DirectFB-1.4.11.orig/lib/voodoo/voodoo.pc.in	2010-10-08 05:43:46.000000000 -0700
> -+++ DirectFB-1.4.11/lib/voodoo/voodoo.pc.in	2011-04-06 13:48:23.120923997 -0700
> +diff -Nur DirectFB-1.4.15/lib/voodoo/voodoo.pc.in DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in
> +--- DirectFB-1.4.15/lib/voodoo/voodoo.pc.in	2011-09-29 17:51:21.000000000 +0800
> ++++ DirectFB-1.4.15.new//lib/voodoo/voodoo.pc.in	2011-11-03 15:17:34.000000000 +0800
>  @@ -8,4 +8,4 @@
>   Version: @VERSION@
>   Requires: direct
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/1] directfb: update to 1.4.15
  2011-11-11 10:56 [PATCH 0/1] directfb: update to 1.4.5 Xiaofeng Yan
  2011-11-11 10:56 ` [PATCH 1/1] diretfb: update to 1.4.15 Xiaofeng Yan
@ 2013-10-29 19:34 ` Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2013-10-29 19:34 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Xiaofeng Yan

On 11/11/2011 03:14 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> I update it to 1.4.15 because directfb at 1.5 or higher need instruction set of armv6.
> Some codes are realized with assemble language for new directfb but the current qemuarm base on armv5.
> Some error will appear like "No xxx instruction ..." when compiling directfb at 1.5.3 for qemuarm.
> For directfb running on more platform I update it to 1.4.15.
> I will seek some patches to use instrcutions of armv5 instead of armv6 for new directfb on platform qemuarm.
> It could take some time for me. Please share your experience with me if you know. I will appreciate you very much.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: xiaofeng/directfb
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/directfb
>
> Thanks,
>      Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (1):
>    diretfb: update to 1.4.15
>
>   .../{directfb_1.4.12.bb =>  directfb_1.4.15.bb}     |    9 ++++-
>   .../directfb-1.2.x-fix-pkgconfig-cflags.patch      |   36 +++++++++----------
>   2 files changed, 24 insertions(+), 21 deletions(-)
>   rename meta/recipes-graphics/directfb/{directfb_1.4.12.bb =>  directfb_1.4.15.bb} (63%)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged Updated version to OE-Core

Thanks
	Sau!


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-29 19:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 10:56 [PATCH 0/1] directfb: update to 1.4.5 Xiaofeng Yan
2011-11-11 10:56 ` [PATCH 1/1] diretfb: update to 1.4.15 Xiaofeng Yan
2011-11-11 10:53   ` Martin Jansa
2011-11-11 13:32   ` Martin Jansa
2013-10-29 19:34 ` [PATCH 0/1] directfb: " Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox