diff options
| -rw-r--r-- | meta-oe/recipes-support/ode/ode_0.9.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb b/meta-oe/recipes-support/ode/ode_0.9.bb index 1f3a5cab85..8b9955e397 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() { | |||
| 22 | 22 | ||
| 23 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | 23 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" |
| 24 | 24 | ||
| 25 | PACKAGECONFIG ?= "" | ||
| 26 | # if it isn't explicitly selected and "$build_os" == "$target_os", then configure will run | ||
| 27 | # series of AC_TRY_RUN which won't work for cross-compilation and configure fails | ||
| 28 | PACKAGECONFIG[double-precision] = "--enable-double-precision,--disable-double-precision" | ||
