Re: [oe] [meta-oe][PATCH 1/2] ode: Explicitly disable double-precision with PACKAGECONFIG

2014-02-27 Thread Martin Jansa
On Thu, Feb 27, 2014 at 12:15:00AM +0100, Martin Jansa wrote:
> * when it's left for autodetection, configure fails for qemux86* when
>==  and configure calls AC_TRY_RUN

Missing "$build_os" == "$target_os" added in master-next branch.

> 
> Signed-off-by: Martin Jansa 
> ---
>  meta-oe/recipes-support/ode/ode_0.9.bb | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb 
> b/meta-oe/recipes-support/ode/ode_0.9.bb
> index 1f3a5ca..8b9955e 100644
> --- a/meta-oe/recipes-support/ode/ode_0.9.bb
> +++ b/meta-oe/recipes-support/ode/ode_0.9.bb
> @@ -22,3 +22,7 @@ do_configure_append() {
>  
>  FILES_${PN} = "${libdir}/lib*${SOLIBS}"
>  
> +PACKAGECONFIG ?= ""
> +# if it isn't explicitly selected and "$build_os" == "$target_os", then 
> configure will run
> +# series of AC_TRY_RUN which won't work for cross-compilation and configure 
> fails
> +PACKAGECONFIG[double-precision] = 
> "--enable-double-precision,--disable-double-precision"
> -- 
> 1.9.0
> 

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


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 1/2] ode: Explicitly disable double-precision with PACKAGECONFIG

2014-02-26 Thread Martin Jansa
* when it's left for autodetection, configure fails for qemux86* when
   ==  and configure calls AC_TRY_RUN

Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/ode/ode_0.9.bb | 4 
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb 
b/meta-oe/recipes-support/ode/ode_0.9.bb
index 1f3a5ca..8b9955e 100644
--- a/meta-oe/recipes-support/ode/ode_0.9.bb
+++ b/meta-oe/recipes-support/ode/ode_0.9.bb
@@ -22,3 +22,7 @@ do_configure_append() {
 
 FILES_${PN} = "${libdir}/lib*${SOLIBS}"
 
+PACKAGECONFIG ?= ""
+# if it isn't explicitly selected and "$build_os" == "$target_os", then 
configure will run
+# series of AC_TRY_RUN which won't work for cross-compilation and configure 
fails
+PACKAGECONFIG[double-precision] = 
"--enable-double-precision,--disable-double-precision"
-- 
1.9.0

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel