[OE-core] [PATCH 1/1] cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH

Otavio Salvador otavio at ossystems.com.br
Mon Mar 12 17:11:56 UTC 2012


Acked-by: Otavio Salvador <otavio at ossystems.com.br>

On Mon, Mar 12, 2012 at 13:28,  <nitin.a.kamble at intel.com> wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>
> Some libraries like libcrypto.so are installed at base_libdir
> instead of libdir. So add the base_libdir to CMAKE_LIBRARY_PATH
> so that these libraries can be found correctly.
>
> This resolves an issues with libzypp, which was not finding the
> libcrypo library correctly in an x32 build.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  meta/classes/cmake.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
> index 8aec759..dcd974a 100644
> --- a/meta/classes/cmake.bbclass
> +++ b/meta/classes/cmake.bbclass
> @@ -59,7 +59,7 @@ set( CMAKE_INSTALL_RPATH ${OECMAKE_RPATH} )
>  set( CMAKE_MODULE_PATH ${STAGING_DATADIR}/cmake/Modules/ )
>
>  # add for non /usr/lib libdir, e.g. /usr/lib64
> -set( CMAKE_LIBRARY_PATH ${libdir} )
> +set( CMAKE_LIBRARY_PATH ${libdir} ${base_libdir})
>
>  EOF
>  }
> --
> 1.7.6.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-core mailing list