[OE-core] [PATCH] directfb: Fix RPATH warnings

Mark Hatle mark.hatle at windriver.com
Fri Mar 16 15:23:19 UTC 2012


On 3/16/12 8:44 AM, Richard Purdie wrote:
> Fix configure not to remove variables which trigger the unneccessary rpaths to get
> encoded. Also take the opportunity to clean up the patches directory.

...

Was the dont-use-linux-config.patch not being used or something?  I'm a bit 
confused as to why it was removed.  It appears from the contents that it is 
still relevant for 8xx and 403GCX processors.  (Mind you, we don't actually 
support either of these in oe-core currently.. the 403GCX is likely completely 
dead, from a historical perspective, but I still see the occasionaly 8xx part.)

--Mark

> diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
> index 9061ac1..515d19f 100644
> --- a/meta/recipes-graphics/directfb/directfb.inc
> +++ b/meta/recipes-graphics/directfb/directfb.inc
> @@ -11,11 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
>   HOMEPAGE = "http://directfb.org"
>   DEPENDS = "jpeg libpng freetype zlib tslib"
>
> -SRC_URI = " \
> -    http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
> -    file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
> -    file://dont-use-linux-config.patch \
> -    "
> +SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.4/DirectFB-${PV}.tar.gz \
> +           file://directfb-1.2.x-fix-pkgconfig-cflags.patch \
> +           file://configurefix.patch"

...

> diff --git a/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch b/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch
> deleted file mode 100644
> index ba8ead8..0000000
> --- a/meta/recipes-graphics/directfb/files/dont-use-linux-config.patch
> +++ b/dev/null
> @@ -1,23 +0,0 @@
> -
> -directfb: don't use linux/config.h in powerpc assembly
> -
> -Author: jeremy_laine at openembedded.org
> -Branch: org.openembedded.dev
> -Revision: 73964f8e6912f066c224fed54daeeb44836d9cdf
> -ViewMTN: http://monotone.openembedded.org/revision/info/73964f8e6912f066c224fed54daeeb44836d9cdf
> -
> -Upstream-Status: Inappropriate [configuration]
> -Signed-off-by: Saul Wold<sgw at linux.intel.com>
> -
> -diff -urN DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S
> ---- DirectFB-1.1.0.orig/lib/direct/ppcasm_memcpy_cachable.S	2007-08-07 21:43:00.000000000 +0200
> -+++ DirectFB-1.1.0/lib/direct/ppcasm_memcpy_cachable.S	2008-06-07 04:14:26.000000000 +0200
> -@@ -34,8 +34,6 @@
> -
> - #define __ASSEMBLY__
> -
> --#include<linux/config.h>
> --
> - #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
> - #define L1_CACHE_LINE_SIZE       16
> - #define LG_L1_CACHE_LINE_SIZE     4
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





More information about the Openembedded-core mailing list