All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Chunrong Guo <B40290@freescale.com>, Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] coreutils: fix search paths for libstdbuf.so
Date: Tue, 25 Mar 2014 10:55:51 +0000	[thread overview]
Message-ID: <1395744951.24890.25.camel@ted> (raw)
In-Reply-To: <1395743836-17276-1-git-send-email-B40290@freescale.com>

On Tue, 2014-03-25 at 18:37 +0800, Chunrong Guo wrote:
>         *fix the following error:
>         |stdbuf: failed to find 'libstdbuf.so'
>         *PKGLIBEXECDIR is the search paths for libstdbuf.so
>         |PKGLIBEXECDIR='$(pkglibexecdir)'
>         |pkglibexecdir='${libexecdir}/${PACKAGE}'
> 
> Signed-off-by: Chunrong Guo <B40290@freescale.com>
> ---
>  meta/recipes-core/coreutils/coreutils_8.22.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb
> index a26aa02..ed5fc84 100644
> --- a/meta/recipes-core/coreutils/coreutils_8.22.bb
> +++ b/meta/recipes-core/coreutils/coreutils_8.22.bb
> @@ -71,8 +71,6 @@ do_install_append() {
>  	# in update-alternatives to fail, therefore use lbracket - the name used
>  	# for the actual source file.
>  	mv ${D}${bindir}/[ ${D}${bindir}/lbracket.${BPN}
> -	install -d ${D}${libdir}/coreutils
> -	mv ${D}${libexecdir}/coreutils/libstdbuf.so ${D}${libdir}/coreutils
>  }
>  
>  inherit update-alternatives
> @@ -101,3 +99,4 @@ python __anonymous() {
>  }
>  
>  BBCLASSEXTEND = "native"
> +FILES_${PN}-dbg += "${libexecdir}/coreutils/.debug/*"

Khem added this back in 2011:

http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/meta/recipes-core/coreutils?h=rpurdie/t2&id=eee0b5aadba34130080df8aebc7e8dd57c7d5ccb

Khem: Any idea what this was for?

Cheers,

Richard




  reply	other threads:[~2014-03-25 10:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 10:37 [PATCH] coreutils: fix search paths for libstdbuf.so Chunrong Guo
2014-03-25 10:55 ` Richard Purdie [this message]
2014-03-25 17:24   ` Khem Raj
2014-03-28  9:52     ` B40290

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=1395744951.24890.25.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=B40290@freescale.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.