[oe] [PATCH] wxbase_2.8.9: fix includepath for SDL dependency

Koen Kooi koen at dominion.thruhere.net
Wed Jun 1 16:11:54 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01-06-11 15:29, Matteo Facchinetti wrote:
> From: Matteo Facchinetti <engineering at sirius-es.it>
> 
> Compile task fail with error:
> | CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/SDL
> | cc1plus: internal compiler error: in add_path, at c-incpath.c:425
> 
> Fix it forcing right path in configuration.
> 
> 
> Signed-off-by: Matteo Facchinetti <engineering at sirius-es.it>
> ---
>  recipes/wxwidgets/wxbase_2.8.9.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/wxwidgets/wxbase_2.8.9.bb b/recipes/wxwidgets/wxbase_2.8.9.bb
> index fb18710..7d593ad 100644
> --- a/recipes/wxwidgets/wxbase_2.8.9.bb
> +++ b/recipes/wxwidgets/wxbase_2.8.9.bb
> @@ -9,7 +9,8 @@ SRC_URI += "file://Makefile.in.patch"
>  EXTRA_OECONF = " --disable-gui \
>                   --enable-largefile \
>                   --enable-gpe \
> -                 --without-subdirs"
> +                 --without-subdirs \
> +                 --with-sdl-prefix=${D}"

Usually that means you end with with references to $WORKDIR in the
target binaries, is this one safe?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFN5mTKMkyGM64RGpERAnjwAKC3KIkvLgvakTbi3WSVG4ihihnzvwCfRP22
jjC8gtfzfU3s4gmNSzFKLqs=
=93i7
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list