All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] talloc: install .so links
Date: Tue, 21 Dec 2010 17:26:00 +0100	[thread overview]
Message-ID: <ieqkeo$8ql$2@dough.gmane.org> (raw)
In-Reply-To: <1292940593-22743-1-git-send-email-Martin.Jansa@gmail.com>

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

Acked-by: Koen Kooi <koen@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-----




  reply	other threads:[~2010-12-21 16:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-21 13:35 mesa depending on samba or samba depending on extern talloc? Martin Jansa
2010-12-21 14:09 ` [PATCH 1/2] talloc: install .so links Martin Jansa
2010-12-21 16:26   ` Koen Kooi [this message]
2010-12-21 14:09 ` [PATCH 2/2] samba: use external talloc instead of building own Martin Jansa
2010-12-21 16:26   ` Koen Kooi
2010-12-21 15:11 ` mesa depending on samba or samba depending on extern talloc? Khem Raj
2010-12-21 16:39   ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ieqkeo$8ql$2@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.