[OE-core] [PATCH] gmp: remove referencing paths from the build host

Andre McCurdy armccurdy at gmail.com
Fri Apr 17 18:24:08 UTC 2015


On Fri, Apr 17, 2015 at 1:50 AM, Junling Zheng <zhengjunling at huawei.com> wrote:
> Currently ${D}${includedir}/gmp.h references the path of build host
> incorrectly, remove it.
>
> Signed-off-by: Junling Zheng <zhengjunling at huawei.com>
> ---
>  meta/recipes-support/gmp/gmp.inc | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
> index 558ee06..a80b356 100644
> --- a/meta/recipes-support/gmp/gmp.inc
> +++ b/meta/recipes-support/gmp/gmp.inc
> @@ -26,4 +26,8 @@ EXTRA_OECONF += " --enable-cxx=detect"
>  PACKAGES =+ "libgmpxx"
>  FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"
>
> +do_install_append_class-target() {
> +       sed -i "s+--sysroot=${STAGING_DIR_HOST}++g" ${D}${includedir}/gmp.h
> +}

It's possible that STAGING_DIR_HOST could contain '+' characters, so
'|' would be a safer sed separator to use here.

> +
>  SSTATE_SCAN_FILES += "gmp.h"
> --
> 1.9.1
>



More information about the Openembedded-core mailing list