[oe] [PATCH 1/2] talloc: install .so links

Koen Kooi k.kooi at student.utwente.nl
Tue Dec 21 16:26:00 UTC 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Acked-by: Koen Kooi <koen at openembedded.org>

On 21-12-10 15:09, Martin Jansa wrote:
> * otherwise mesa finds talloc.pc, but doesn't link to libtalloc.so.2 in the end
> ---
>  recipes/talloc/talloc_2.0.1.bb |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/talloc/talloc_2.0.1.bb b/recipes/talloc/talloc_2.0.1.bb
> index 9514a15..80f4b37 100644
> --- a/recipes/talloc/talloc_2.0.1.bb
> +++ b/recipes/talloc/talloc_2.0.1.bb
> @@ -10,8 +10,17 @@ SRC_URI[sha256sum] = "5b810527405f29d54f50efd78bf2c89e318f2cd8bed001f22f2a1412fd
>  
>  TARGET_CC_ARCH += "${LDFLAGS}"
>  
> +PR = "r1"
> +
>  # autoreconf doesn't work well while reconfiguring included libreplace
>  do_configure () {
>         gnu-configize
>         oe_runconf
>  }
> +
> +do_install_append() {
> +       install -d ${D}${libdir}
> +       ln -s libtalloc.so.2.0.1 ${D}${libdir}/libtalloc.so.2.0
> +       ln -s libtalloc.so.2.0 ${D}${libdir}/libtalloc.so.2
> +       ln -s libtalloc.so.2 ${D}${libdir}/libtalloc.so
> +}

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNENUYMkyGM64RGpERAipoAJwO7iq3HesWj8x9o4vnW3v2aNEirACgvDn9
QaeCjBOjMtbmsD1cd+T+1P0=
=Vb7w
-----END PGP SIGNATURE-----





More information about the Openembedded-devel mailing list