2010/10/13 Khem Raj <[email protected]>:
> * This was done generically in bitbake.conf this should be done on
>  demand and distutils based recipes seem to need it. So we define it
>  here.

Based on your commit message I expected a change in bitbake.conf too.
Am I mssing something here?

Frans

>
> Signed-off-by: Khem Raj <[email protected]>
> ---
>  classes/distutils-common-base.bbclass |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/classes/distutils-common-base.bbclass 
> b/classes/distutils-common-base.bbclass
> index f66a5cd..b6caf24 100644
> --- a/classes/distutils-common-base.bbclass
> +++ b/classes/distutils-common-base.bbclass
> @@ -4,6 +4,8 @@ EXTRA_OEMAKE = ""
>
>  export STAGING_INCDIR
>  export STAGING_LIBDIR
> +# libtool 2.4 does not export with LDFLAGS but distutils need it
> +LDFLAGS_prepend = "-L${STAGING_LIBDIR} "
>
>  PACKAGES = "${PN}-dev ${PN}-dbg ${PN}-doc ${PN}"
>
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to